I looked at some other SO questions, didn\'t find anything that solved my problem... I have a Main.java file (below) and a OthelloLib.jar file without associated source files.
Have you set a reference to OthelloLib.jar or invoking the javacompiler with the library as a parameter?
java -classpath .:OthelloLib.jar -g Main