View Single Post
  #1 (permalink)  
Old 08-01-2007, 07:22 AM
carl carl is offline
Member
 
Join Date: Jul 2007
Posts: 35
carl is on a distinguished road
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
Reply With Quote
Sponsored Links