Login  Register

Re: Setting 'plugins' path

Posted by dscho on Aug 05, 2005; 11:31pm
URL: http://imagej.273.s1.nabble.com/Setting-plugins-path-tp3705089p3705091.html

Hi,

On Fri, 5 Aug 2005, McAuley, Grant (LLU) wrote:

> It appears that ImageJ looks for the 'plugins' directory in the current
> directory from which ImageJ is run.  Is it possible to configure this to
> always point to the 'ImageJ' directory (i.e., /usr/share/ImageJ)?

java -classpath ij.jar -Dplugins.dir="/whatever/you/like" ij.ImageJ
[files..]

Hth,
Dscho