Search found 2 matches

by L D
Fri Apr 04, 2003 12:54 pm
Forum: Java
Topic: java.lang.NoClassDefFoundError
Replies: 19
Views: 6417

Thanks

All I needed was the ;.; added to my CLASSPATH.
:P
by L D
Fri Apr 04, 2003 7:14 am
Forum: Java
Topic: How do I Run a java program in TextPAd??
Replies: 2
Views: 873

How do I Run a java program in TextPAd??

I get the message "NOClassDefFoundError" when I click on "Run Java Application".. I'm running win200 professional. the path pf the SDK is c:\j2sdk1.4.1_02 and I have enviroment variabls set too: PATH = c:\J2SDK1.4.1_02\bin;CLASSPATH = c:\J2SDK1.4.1_02\bin I have added -classpath "$fileDir;c:\j2sdk1 ...