Open ctrueden opened 9 years ago
In Eclipse, edit net.imagej.Main.main to add the line:
net.imagej.Main.main
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.
I have the same problem and symptoms but using the
java -Dplugins.dir=/xxx/xxx -cp
In Eclipse, edit
net.imagej.Main.main
to add the line: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.