M
Matt
Test.java is just a simple class. I have the Java path set in environment,
but it has NoClassDefFoundError exception when i run the program. any ideas?
C:\>javac Test.java
C:\>java Test
Exception in thread "main" java.lang.NoClassDefFoundError: Test
please help. thanks!!
but it has NoClassDefFoundError exception when i run the program. any ideas?
C:\>javac Test.java
C:\>java Test
Exception in thread "main" java.lang.NoClassDefFoundError: Test
please help. thanks!!