Re: make settings in the IJ.doCommand("..."); - or IJ.run("..."); -command of a plugin

Posted by Silke 1 on
URL: http://imagej.273.s1.nabble.com/make-settings-in-the-IJ-doCommand-or-IJ-run-command-of-a-plugin-tp3691123p3691126.html

Silke 1 wrote
Thank you,

I'll try it.


Dear all,

I saved the “ExcelWriter.jar” plugin into my ImageJ folder „C:\Programme\ImageJ\plugins”, and I’d like to import it now into a new plugin. This doesn’t work with the common
“import ExcelWriter.jar” or “package ExcelWriter.*” command or something like that.
Does anyone know how to import the ExcelWriter into a new plugin?
(I’ve read something about a CLASSPATH C:\Programme\ImageJ\plugins command in the javac compiler, but don’t know where to put this into ImageJ).

Reagrds
Silke