Search found 1 match

by carlowenby
Fri Dec 02, 2005 9:23 am
Forum: Java
Topic: javac won't compile class files in same directory - Solution
Replies: 9
Views: 2561

javac won't compile class files in same directory - Solution

I recently experienced a problem where the Java compiler no longer would compile two java files that were in the same directory with each other. I started getting "cannot find symbol" errors when I compiled files that compiled earlier without errors I uninstalling and reinstalling the JDK ...