Re: ImageJ and .Net
Posted by dscho on Aug 31, 2009; 4:58pm
URL: http://imagej.273.s1.nabble.com/ImageJ-and-Net-tp3691332p3691333.html
Hi,
On Mon, 31 Aug 2009, sushma569 wrote:
> As a previous post suggested I used IKVM to create a .dll version of
> ImageJ to use in .Net environment.
>
> I have created a simple plugin that takes some string as input and prints
> out "Hello " + str.
>
> I tried the IJ.runPlugin(...) command but I cannot get it to run this
> plugin. Basically either ClassNotFoundException or nothing happens.
Did you set the property "plugins.dir" appropriately? I.e. to point to
the directory containing the .class and/or .jar files defining the
plugins?
Ciao,
Dscho