JAVAC Compiler Error: cannot find symbol
Ensure your $CLASSPATH is clear and try again! caught me out ..
Always compile all files in a package at the same time; for example, in the directory Javadir/ListPkg type:
javac *.java
Ensure your $CLASSPATH is clear and try again! caught me out ..
Always compile all files in a package at the same time; for example, in the directory Javadir/ListPkg type:
javac *.java