Re: TextPanel.saveAs

Posted by dscho on
URL: http://imagej.273.s1.nabble.com/TextPanel-saveAs-tp3700583p3700584.html

Hi,

On Wed, 17 Jan 2007, Olivier Maury wrote:

> I used to run one of my own plugin which writes into the text panel.
> Now, it doesn't run anymore, this error is raised:
>
> java.lang.NoSuchMethodError: ij.text.TextPanel.saveAs(Ljava/lang/String;)V

The signature changed in v1.37h (released 2 June 2006) from "void
saveAs(String)" to "boolean saveAs(String)" (the "V" indicates return
value "void").

So, you have to recompile.

Hth,
Dscho