@StephanPreibisch I had a brief look at ImageJ2's automatic plugin detection framework. If one uses net.imagej.ImageJ instead of ij.ImageJ and launches ImageJ with ij.launch(), the plugin annotations are respected and the plugin is automatically registered (see "Plugin" tab in the menu and how it changes by changing the arguments of the annotation).
Does this solve the problems you were having with that?
@StephanPreibisch I had a brief look at ImageJ2's automatic plugin detection framework. If one uses
net.imagej.ImageJ
instead ofij.ImageJ
and launches ImageJ withij.launch()
, the plugin annotations are respected and the plugin is automatically registered (see "Plugin" tab in the menu and how it changes by changing the arguments of the annotation).Does this solve the problems you were having with that?