Lulu
2010-06-04 17:58:39 UTC
javac *.java
My command prompt doesn't give me an errors, except these:
Note: BoundedGrid.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
These errors have shown up before, but have never been a problem that prevented my files to compile. When I try to run a program, it can't find it. When I compile the file separately, it gives me errors that it can't find the classes that the file uses.
Should I reinstall java? What is wrong with my compiler?