Why do I get the error "java.lang.NoClassDefFoundError: com/sun/tools/javac/Main" ?
Estimated Reading Time: < 1 MinuteThis 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.