importing ExcelWriter
Posted by
Michael Schmid on
URL: http://imagej.273.s1.nabble.com/make-settings-in-the-IJ-doCommand-or-IJ-run-command-of-a-plugin-tp3691123p3691127.html
Hi Silke,
if you look at the ExcelWriter sources, there are no 'package'
statements in it, so there is nothing to import.
If your plugin it does not compile correctly, place the ExcelWriter
sources into the same directory. You can delete the .class files
belonging to ExcelWriter afterwards.
A simple way to get the sources: rename ExcelWriter.jar to
ExcelWriter.zip, then you can open it with any zip utility.
[BTW, for a new topic in the mailing list, please use a new and
appropriate subject for the e-mail.]
Michael
________________________________________________________________
On 16 Sep 2009, at 08:48, Silke 1 wrote:
> 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