|
Hi,
On Wed, 17 Dec 2008, Ovidiu Dan Iancu wrote:
> 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.
That is not enough. If you want to reference classes inside a jar, the
_jar_ has to be part of the classpath, not just the directory containing
it.
Hth,
Dscho
|