Skip to Content

Why do I get the error "java.lang.NoClassDefFoundError: com/sun/tools/javac/Main" ?

Estimated Reading Time: < 1 Minute

This error means that the Java Compiler cannot be found in the CLASSPATH.

Ensure that the library $JDK_HOME/lib/tools.jar appears in the CLASSPATH.

Why do I get the error "java.lang.NoClassDefFoundError: com/sun/tools/javac/Main" ?

Powered by PHPKB (Knowledge Base Software)