Login  Register

Bio-Formats importer broken after latest Fiji update?

Posted by Martin Höhne on Mar 24, 2015; 10:25am
URL: http://imagej.273.s1.nabble.com/Bio-Formats-importer-broken-after-latest-Fiji-update-tp5012127.html

Dear All,

Fiji just did it´s auto-update after startup, and it seems that the bioformats-importer is broken.

Plugin > Bio-Formats > Bio-Formats Importer

gives the error message pasted below. Is this a general problem or only my configuration (Latest Fiji on Win7)

Thanks
Martin

---------
(Fiji Is Just) ImageJ 2.0.0-rc-26/1.49p; Java 1.6.0_24 [64-bit]; Windows 7 6.1; 23MB of 2975MB (<1%)
 
java.lang.NoClassDefFoundError: Could not initialize class loci.common.Location
        at loci.plugins.in.ImporterOptions.parseArg(ImporterOptions.java:171)
        at loci.plugins.in.Importer.parseOptions(Importer.java:112)
        at loci.plugins.in.Importer.run(Importer.java:69)
        at loci.plugins.LociImporter.run(LociImporter.java:78)
        at ij.IJ.runUserPlugIn(IJ.java:199)
        at ij.IJ.runPlugIn(IJ.java:163)
        at ij.Executer.runCommand(Executer.java:131)
        at ij.Executer.run(Executer.java:64)
        at java.lang.Thread.run(Thread.java:662)