Strange problem running J2SE 1.4.2_05 SDK
Hi!
I am Finnish computer teacher in highschool. Last summer we had new computers in our class and SDK doesn' t run any class files anymore. For example following code:
public class Moi{
public static void main(String[ ] arguments){
System.out.println("Moi");
}
}
javac Moi.java
Everything goes very well. Compiler doesn' t complain anything and it does the job. But
java Moi
gives error statement like "exception in thread main ... ClassNotFound or so on."
I have given correct path-statement in autoexec.bat file because compiler handles the job. We have also installed directx 9 to our system and we are using windows 98 as our operating system.
sami

