Re: Plugins are working, but not in Plugin menu
Posted by Gabriel Landini on Sep 05, 2005; 1:24pm
URL: http://imagej.273.s1.nabble.com/Plugins-are-working-but-not-in-Plugin-menu-tp3704927p3704928.html
On Monday 05 September 2005 13:04, Dennis Hendriksen wrote:
> Some of my homemade plugins are working, but do not appear in the Plugin
> menu even after doing a "Compile and Run...".
> The class file of the plugin is located in the plugin directory and the
> plugin works fully when doing "Compile and Run...". The plugin was compiled
> with the latest java compiler and use some recent java language aspects
> such as generics.
> Can anyone tell me how to get these plugins in the Plugins menu?
> Thanks in advance,
> Dennis
The plugin name needs a "_".
You need to restart IJ to make it aware of the new classes.
G.