Login  Register

com.sun.tools.javac and NetBeans

Posted by Ovidiu Dan Iancu on Dec 18, 2008; 2:40am
URL: http://imagej.273.s1.nabble.com/com-sun-tools-javac-and-NetBeans-tp3694212.html

I am trying to build ImageJ with NetBeans, and I get the following error:

Compiling 259 source files to C:\birds\paper\ImageJ\source\build\classes
C:\birds\paper\ImageJ\source\ij\plugin\Compiler.java:19: package
com.sun.tools.javac does not exist
        private static com.sun.tools.javac.Main javac;

My CLASSPATH does contain the directory containing tools.jar.