imagej / imagej2

Open scientific N-dimensional image processing :microscope: :sparkler:
https://imagej.net/
BSD 2-Clause "Simplified" License
1.19k stars 333 forks source link

ImageJ fails to run ImageJ1 plugins when launched from Eclipse #110

Open ctrueden opened 9 years ago

ctrueden commented 9 years ago

In Eclipse, edit net.imagej.Main.main to add the line:

System.setProperty("plugins.dir", "/path/to/your/Fiji.app");

Then launch the main class. You will see all of Fiji's plugins in the menus. However, attempting to execute any of them yields a dialog box with a "Plugin or class not found" error.

Reported on the imagej-devel mailing list by Christian Göschl.

mankanz commented 8 years ago

I have the same problem and symptoms but using the

java -Dplugins.dir=/xxx/xxx -cp