Re: imagej exception error
Posted by dscho on Mar 06, 2007; 1:13pm
URL: http://imagej.273.s1.nabble.com/imagej-exception-error-tp3700159p3700163.html
Hi,
On Tue, 6 Mar 2007, Greet Meulepas wrote:
> I try to digitize several pictures in a folder using a self-made (not by
> me) plugin. But after the first picture I get an exception error which
> says:
>
> java.lang.NoSuchMethodError: ij.text.TextPanel.saveAs(Ljava/lang/String;)V
This means that Java did not find the method "public void saveAs(String
arg)" in the class TextPanel.
However, asking my software archive, it seems that this method is included
in ImageJ since _at least_ version 1.20. Which version do you run? Is your
ImageJ modified?
Ciao,
Dscho