Login  Register

Re: Antwort: Re: How to link an external package to plugin in ImageJ?

Posted by dscho on Jan 28, 2008; 7:25pm
URL: http://imagej.273.s1.nabble.com/How-to-link-an-external-package-to-plugin-in-ImageJ-tp3697384p3697390.html

Hi,

On Mon, 28 Jan 2008, Joachim Wesner wrote:

> this is the problem me and others are discussing now for some time,
> compiled plugins will find any packages in the plugins directory and
> below, but not the (built-in) compiler itself, because it uses a
> different classloading mechanism. One way is to add the plugins
> directory to the IJ classpath, but this still seems to leave some
> problems.

You will have to add each .jar individually to the classpath.  Just adding
the folder where they live in is not enough.

Hth,
Dscho