anonymous
2011-06-09 07:02:14 UTC
I have all my files in one directory.
I type, "javac *.java" to compile, no error.
Then, I type "java Main" (assuming that's what I'm supposed to do). At this point, it tells me :
"an error occurred : Class mypackage.Main not found in CLASSPATH C:\Java\lib\classes.jar".
Help me please !