[ImageJ-devel] IJ2 Plugin Service

Jay Warrick warrick at wisc.edu
Wed May 21 17:35:23 CDT 2014


Sorry this email just made it the list now. This has already been followed up on using the image device mailing list. Don't know why it got sent weeks after I tried to send it out. I apologize.

Cheers,

Jay

> On Apr 26, 2014, at 3:13 AM, Jay Warrick <jay.w.warrick at gmail.com> wrote:
> 
> Hi All,
> 
> I use Eclipse and use the eclipse function to export my program as a runnable jar with referenced jars packaged in the application jar. I use the IJ plugin service to discover both IJ plugins of type Command.class as well as my own type called JEXPlugin.class. When I run the application from eclipse, the JEXPlugins are discovered by the ij.plugin() service. However, when I export the application as a runnable jar, ij.plugin()service returns all the Command.class plugins but 0 plugins of type JEXPlugin.class using the call "ij.plugin().getPluginsOfType(JEXPlugin.class);"
> 
> Any idea why or how to fix it?
> 
> Thanks,
> 
> Jay
> 
> 
> _______________________________________________
> ImageJ-devel mailing list
> ImageJ-devel at imagej.net
> http://imagej.net/mailman/listinfo/imagej-devel



More information about the ImageJ-devel mailing list