Re: Including packages

Posted by Wayne Rasband on
URL: http://imagej.273.s1.nabble.com/Including-packages-tp3700342p3700344.html

A JAR file that contains only library classes does not need a
plugins.config file and does not need an underscore in its name. A JAR
file that contains a single plugin also does not need a plugins.config
file but it does need an underscore in its name. A library JAR file
does need to have a directory structure that mirrors the package
structure of its classes.

-wayne

On Feb 12, 2007, at 4:20 PM, Albert Cardona wrote:

> you need a plugins.config file in the jar:
>
> http://rsb.info.nih.gov/ij/plugins/jar-demo.html
>
> Albert
>