Converting a Plugin to a Package
Posted by David Webster on Apr 22, 2009; 3:43am
URL: http://imagej.273.s1.nabble.com/Converting-a-Plugin-to-a-Package-tp3692810.html
I have managed to learn enough Java to convert some old Matlab
m files to plugins. Now I would like to convert some of that code
to a package so I can reuse it. But I can't get the complier to allow
it. If I try to convert RingStandardDeviation_.java to a package,
I get this error. 'Plugin or class not found: RingStandardDeviation_'.
What am I doing wrong.
David Webster