import java.io.File; ^ error: required type 'java.lang.Object' not found; check your class path ￾ ^
batch/org/eclipse/jdt/internal/compiler/batch/FileFinder.java:13:0: error: type named 'java.io.File' is undefined import java.io.File; ^ error: required type 'java.lang.Object' not found; check your class path ￾ ^ batch/org/eclipse/jdt/internal/compiler/batch/FileSystem.java:13:0: error: type named 'java.io.File' is undefined import java.io.File; ^ error: required type 'java.lang.Object' not found; check your class path ￾ ^ batch/org/eclipse/jdt/internal/compiler/batch/Main.java:14:0: error: type named 'java.io.ByteArrayInputStream' is undefined import java.io.ByteArrayInputStream; ^ _______________________________________________ Classpath-testresults mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-testresults
