SDK1.3.1..."main" java.lang.NoClassDefFoundError: ExampleProgram...again
I've read a view posts regarding this problem but none with SDK1.3.1 or with this type of twist.
I'm having a problem executing the ExampleProgram using:
javac ExampleProgram.java
java ExampleProgram
...and I get...
Exception in thread "main" java.lang.NoClassDefFoundError: ExampleProgram
However, if I use oldjava.exe (which I found in the bin folder with a couple other old*.exe files) the program works fine!!
Any ideas?

