Posted by
Stephan Saalfeld on
URL: http://imagej.273.s1.nabble.com/CLAHE-update-multi-channel-support-tp3687050p3687052.html
Hi Gabriel,
thanks for the report, but I cannot see how this should be happening.
The questionable class is in the jar and the method exists. I tested
loacally with a fresh ImageJ installation under various conditions.
Remember, you found that this class was missing in the initial release,
but I've fixed this immediately after your report. Could you please
check if you really have the new version installed?
Best,
Stephan
On Thu, 2010-09-02 at 09:28 +0100, Gabriel Landini wrote:
> On Wednesday 01 September 2010 09:23:51 Stephan Saalfeld wrote:
> > Dear friends of ImageJ/Fiji,
> >
> > we updated the CLAHE plugin
> [...]
> > or as a standalone jar for ImageJ's plugins folder
> >
> >
http://fly.mpi-cbg.de/saalfeld/download/clahe_.jar>
> Stephan, there seems to be something missing in the jar for ImageJ.
> I get:
>
> java.lang.NoSuchMethodError: mpicbg.util.Util.memset([BB)V
> at mpicbg.ij.clahe.Apply.<init>(Apply.java:70)
> at mpicbg.ij.clahe.FastByteApply.<init>(FastByteApply.java:41)
> at mpicbg.ij.clahe.Flat.run(Flat.java:246)
> at mpicbg.ij.clahe.Flat.run(Flat.java:112)
> at mpicbg.ij.clahe.PlugIn.run(PlugIn.java:154)
> at mpicbg.ij.clahe.PlugIn.run(PlugIn.java:140)
> at ij.IJ.runUserPlugIn(IJ.java:183)
> at ij.IJ.runPlugIn(IJ.java:150)
> at ij.Executer.runCommand(Executer.java:124)
> at ij.Executer.run(Executer.java:61)
> at java.lang.Thread.run(Thread.java:619)