User Tools

Site Tools


faq:plugins:can_i_change_the_location_of_the_plugins_directory

FAQ: Can I change the location of the plugins directory?

The plugins directory is by default below the ImageJ directory hierarchy, but it can be changed.

The “plugins.dir” property specifies the location of the parent of the plugins directory.

This property can be set from either the command line or from within a Java program that starts ImageJ.

For example, if you run ImageJ with the command:

java -Dplugins.dir=/Users/wayne -cp ij.jar ij.ImageJ

it will look for the plugins folder in the /Users/wayne/ directory.

This property can also be set in a program that launches ImageJ:

System.getProperties().setProperty("plugins.dir", "/users/wayne");\\ new ImageJ(null);
faq/plugins/can_i_change_the_location_of_the_plugins_directory.txt · Last modified: 2019/04/12 13:13 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki