Posted by
Rodrigo Gonçalves on
Aug 16, 2016; 9:30pm
URL: http://imagej.273.s1.nabble.com/Fiji-Bio-Formats-how-to-open-a-MOV-file-tp5017033.html
Hello, I need to open a MOV file in Fiji.
- When I try "Open" from main menu, it takes me to Bio-Formats importer. When selecting OK using the default options, I get the "File is not in a supported format, a reader plugin is not available, or it was not found" message.
- When I try Import -> BioFormat I get (using exactly the same import options as above) the "Sorry, there was a problem during import" message and the text at the end of this email is logged.
Aside from this apparent inconsistency in Bio-Formats behavior, the 2nd case seems to be a Java-related error (see transcript below): Apparently I need to use Java32 with Fiji instead of the one apparently installed in my system (*), is that correct?
* Linux Mint on a 64bit processor
What would you suggest in this case? Maybe I can download Java32 and start Fiji using a different Java installation? How?Or, alternatively, could you guide me to open it using Bio-Formats Import Options using my current setup?
Thanks!!Rodrigo
_______________________________loci.formats.MissingLibraryException: QuickTime for Java is not supported with a 64-bit JVM. Please invoke the 32-bit JVM (-d32) to utilize QTJava functionality.
at loci.formats.gui.LegacyQTTools.checkQTLibrary(LegacyQTTools.java:336)
at loci.formats.in.LegacyQTReader.initFile(LegacyQTReader.java:142)
at loci.formats.FormatReader.setId(FormatReader.java:1426)
at loci.formats.DelegateReader.setId(DelegateReader.java:298)
at loci.plugins.in.ImportProcess.initializeFile(ImportProcess.java:505)
at loci.plugins.in.ImportProcess.execute(ImportProcess.java:143)
at loci.plugins.in.Importer.showDialogs(Importer.java:140)
at loci.plugins.in.Importer.run(Importer.java:76)
at loci.plugins.LociImporter.run(LociImporter.java:78)
at ij.IJ.runUserPlugIn(IJ.java:217)
at ij.IJ.runPlugIn(IJ.java:181)
at ij.Executer.runCommand(Executer.java:137)
at ij.Executer.run(Executer.java:66)
at java.lang.Thread.run(Thread.java:745)
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html