Re: netbeans and imagej

Posted by afro on
URL: http://imagej.273.s1.nabble.com/netbeans-and-imagej-tp3687112p3687121.html

Of course. Actually free-form project doesn't have "Libraries" , it has
"Java Source Classpath". (Properties / Java Source Classpath / Add
Jar/Folder)
AND I added the jars to the Tools/Options/Miscellaneous/ANT/Classpath too.

2010/8/19 Johannes Schindelin <[hidden email]>

> Hi,
>
> On Thu, 19 Aug 2010, József Pálfalvi wrote:
>
> > I know they managed writing scripts. And I don't think this is a very
> > special case...
> > I explain my problem:
> > I have my plugin as a .java class. I have one jar file (created earlier)
> > with one method I want to call.
> > In netbeans, when I build my project, and start it (ImageJ starts), I
> launch
> > my plugin, but it can't find this .jar file. I tried to copy it
> everywhere,
> > but it doesn't work.
>
> Have you told your Netbeans project about the external library? I do not
> have a Netbeans installation to find out the exact menu path, but (from
> memory) it should be something like right click on the project,
> Properties>Libraries>Add single JAR...
>
> Hth,
> Johannes
>