Problems with SmartFISH 3D

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

Problems with SmartFISH 3D

Fabrice Senger
Dear all,

some month' ago I was working a lot around and with the plugin by Thomas
Boudier "SmartFISH 3D".
I'm now running IJ1.43d (Java 1.6.0_03) with 1600 MB ram.
And the plugin does not work no more, what I get is a list of exceptions :

java.lang.NoSuchMethodError:
FishImage3D.getHistogramme()Lij3d/util3d/TabUtil;
    at FishImage3D.computeSeuil(FishImage3D.java:252)
    at FishImage3D.segmentation(FishImage3D.java:187)
    at FishImage3D.segObj(FishImage3D.java:681)
    at FishColorImage3D.segObj(FishColorImage3D.java:328)
    at fish3d2.run(fish3d2.java:224)
    at FISH3D_.run(FISH3D_.java:116)
    at ij.IJ.runUserPlugIn(IJ.java:176)
    at ij.IJ.runPlugIn(IJ.java:143)
    at ij.Executer.runCommand(Executer.java:122)
    at ij.Executer.run(Executer.java:59)
    at java.lang.Thread.run(Thread.java:619)

Does this make sense to somone ?

Thank you for your help,

Fabrice.

--
Senger Fabrice
Reply | Threaded
Open this post in threaded view
|

Re: Problems with SmartFISH 3D

dscho
Hi,

On Fri, 10 Jul 2009, Senger Fabrice wrote:

> some month' ago I was working a lot around and with the plugin by Thomas
> Boudier "SmartFISH 3D". I'm now running IJ1.43d (Java 1.6.0_03) with
> 1600 MB ram. And the plugin does not work no more, what I get is a list
> of exceptions :
>
> java.lang.NoSuchMethodError: FishImage3D.getHistogramme()Lij3d/util3d/TabUtil;

This is most probably due to inadvertent changes in the API of the 3D
Viewer.  But I cannot find the package ij3d.util3d in any revision of the
3D Viewer...

Ciao,
Dscho