NoSuchMethodError

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

NoSuchMethodError

Lei, Dong Fang
Hi all

 

I build ImageJ with Ant, and the same time it generates an ij.jar file.
This jar file is an executable file, double clicking to open ImageJ and
running command Image\adjust\size. Everything is OK.

 

But if open ImageJ with this command (jview /cp ij.jar;swing.jar;plugins
ij.ImageJMain %1.) and running command Image\adjust\size, I get some
error.

 

java.lang.NoSuchMethodError: java/awt/Rectangle: method getX()D not
found

 at ij/mine/plugin/MyResizer.run

 at ij/IJ.runFilterPlugIn

 at ij/IJ.runPlugIn

 at ij/Executer.runPlugIn

 at ij/Executer.runCommand

 at ij/Executer.run

 at java/lang/Thread.run

 

What is that problem?

 

Thank you very much.

 

dongfang

 

 

 

 
Reply | Threaded
Open this post in threaded view
|

Enhance contrast plugin

Jon Harman
Hi,

The enhance contrast plugin behavior, when there is an area selection
present, is to calculate and change the contrast only within the area.  
I'd like to have the functionality that it uses the area to calculate
enhancement parameters that are then applied to the whole image.  Does
this functionality exist somewhere that I have missed?

Jon