Login  Register

Re: Converting a Plugin to a Package

Posted by Wayne Rasband on Apr 22, 2009; 2:17pm
URL: http://imagej.273.s1.nabble.com/Converting-a-Plugin-to-a-Package-tp3692810p3692811.html

On Apr 21, 2009, at 11:43 PM, David William Webster wrote:

> 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.

There is an example at
<http://rsb.info.nih.gov/ij/plugins/packages.html>.

-wayne