Search found 1 match

by tmc1000
Thu Jun 26, 2003 11:36 pm
Forum: Java
Topic: java.lang.NoClassDefFoundError
Replies: 1
Views: 713

java.lang.NoClassDefFoundError

Hello
I have found many posts with this same problem but none of the sollution seem to work for me. Whenever I try to compile simple programs I get the following error.

java.lang.NoClassDefFoundError: com/sun/tools/javac/Main
Exception in thread "main"
Tool completed with exit code 1

The ...