Re: netbeans and imagej
Posted by dscho on Aug 19, 2010; 11:19am
URL: http://imagej.273.s1.nabble.com/netbeans-and-imagej-tp3687112p3687116.html
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