If you are on a *nix machine, you can create a symbolic link inside the ImageJ plugins folder that points to a plugins directory in the user's home directory. ImageJ (on my OS-X) seems to follow this link.
- Change directory to imageJ's plugin directory (on my machine it is)
cd /Applications/ImageJ/plugins
- Create a symbolic link in ImageJ's plugin directory to point to the user's MyImageJPlugins directory
ln -s ~/MyImageJPlugins
Note the "~" in the symbolic link will be interpreted as the active user's own home directory so this will work for all users.
Each user then need only create an Image Plugins directory "MyImageJPlugins" in his/her own home directory if they want a plugins folder personal to them
mkdir ~/MyImageJPlugins
At least this all worked for me. Good luck.
-- Michael Ellis
On 25 Oct 2012, at 07:24, Ofra Golani wrote:
> Hi,
>
> Is there a way to have two plugins folders with Fiji/ImageJ on a Unix machine ?
>
> We have Fiji installed on a unix cluster, and we need this for two reasons:
>
> - The users cannot write into the plugins folder, thus we need our sys admin to install plugins for them
>
> - Each user need different extra plugins, which are not needed by other users.
>
> We would like that each user will have access to the default plugin folder and to his own private plugin folder.
> Are there a command line flags that can be used to set an additional plugin folder on top of the default one ?
>
> Thanks,
> Ofra Golani
>
>
>
> --
> ImageJ mailing list:
http://imagej.nih.gov/ij/list.html--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html