Login  Register

Setting 'plugins' path

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Setting 'plugins' path

McAuley, Grant (LLU)
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)?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Setting 'plugins' path

dscho
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
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Setting 'plugins' path

McAuley, Grant (LLU)
In reply to this post by McAuley, Grant (LLU)
Perfect - thank you!

> -----Original Message-----
> From: ImageJ Interest Group [mailto:[hidden email]] On
> Behalf Of Johannes Schindelin
> Sent: Friday, August 05, 2005 3:31 PM
> To: [hidden email]
> Subject: Re: Setting 'plugins' path
>
> 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
>