This error appears when I run a program with java.io imported.
Error
c:\demo\IOStreamDemo.java:2: cannot access java.io
bad class file: \java\io.class
class file contains wrong class: io
Please remove or make sure it appears in the correct subdirectory of the classpath.
import java.io.*;
^
1 error
Tool completed with exit code 1
what's the problem?