Sterling wrote:

> java.lang.NoClassDefFoundError: sun/tools/javac/Main
>

Add "$JAVA_HOME/lib/tools.jar" to your classpath.  Adding just
"$JAVA_HOME/lib" is not sufficient, because that only looks for unpacked
classes -- not classes that are resident in JAR files in the named
directory.

Craig McClanahan



Reply via email to