posted 23 years ago
Because the javac command uses your OS to find the file to compile. Your OS may or may not be case sensitive. However, the java (interpreter) command uses the JVM to find the class that has been loaded into it, and the JVM is always case sensitive.
-Nate
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.