Re: problem with Trackmate

Posted by Gby on
URL: http://imagej.273.s1.nabble.com/problem-with-Trackmate-tp5004766p5004905.html

Dear all,

i've extended the Fiji-Plugin Trackmate for our biological department. Since almost two weeks the same exception as David Michonneau mentioned happend:

(Fiji Is Just) ImageJ 1.48c; Java 1.6.0_24 [64-bit]; Windows 7 6.1; 28MB of 18405MB (<1%)
 
java.lang.NoClassDefFoundError: net/imglib2/meta/Metadata
        at fiji.plugin.trackmate.TrackMatePlugIn_.createTrackMate(TrackMatePlugIn_.java:54)
        at fiji.plugin.trackmate.TrackMatePlugIn_.run(TrackMatePlugIn_.java:22)
        at ij.IJ.runUserPlugIn(IJ.java:196)
        at ij.IJ.runPlugIn(IJ.java:160)
        at ij.Executer.runCommand(Executer.java:131)
        at ij.Executer.run(Executer.java:64)
        at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.ClassNotFoundException: net.imglib2.meta.Metadata
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        ... 7 more

Unfortunately the latest update or the use of the latest version didn't solve the problem.
If I use the unmodified trackmate, it works, but if i add my own classes it crashes.
Can anyone help me or give me a hint, where to find the origin of this problem?

Gby