|
Exception in thread "main" java.lang.NoClassDefFoundError
Hi, I'm on a WinXP PC and got java installed in C:\j2sdk1.4.2_06
I've set the PATH environment variable to point to C:\j2sdk1.4.2_06\bin
I'm getting an error message all the time when trying to run my classes:
Exception in thread "main" java.lang.NoClassDefFoundError: MyClass
I suspect this is coming from not setting the CLASSPATH.
Where should the CLASSPATH point to?
Thanks
|