Problem opening QuickTime Player in ImageJ
Posted by Bill Mohler on Aug 22, 2007; 9:44pm
URL: http://imagej.273.s1.nabble.com/Problem-opening-QuickTime-Player-in-ImageJ-tp3698542.html
Hi All-
I just posted in response to messages concerning the new macro-addressable
QuickTime Movie Player plugin. But I think I should give more info on a
problem I'm having that seems to be unrelated to which version of the
QuickTime_Plugins.jar I use.
I just upgraded to ImageJ 1.38x with Java 1.6.0_02, I have QTJava.zip
(from QuickTime 7.2) in the ImageJ folder and the Plugins folder and the
jre folder and the bin subfolder of the jre folder (overkill, likely, but
I'm trying to find where it should be).
When I try to run the File> Import > QuickTime Player... menu command, I
get the following error. Am I missing something obvious about why the
QTJava is not being found? Or is there something wrong with QT7.2?
Thanks for any help you can offer.
Bill
java.lang.UnsatisfiedLinkError: no QTJava in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at quicktime.jdirect.JDirectLinker$1.run(JDirectLinker.java:266)
at java.security.AccessController.doPrivileged(Native Method)
at quicktime.jdirect.JDirectLinker$1PrivelegedAction.establish
(JDirectLinker.java:264)
at quicktime.jdirect.JDirectLinker.<clinit>(JDirectLinker.java:272)
at quicktime.jdirect.QTNative.loadQT(QTNative.java:33)
at quicktime.jdirect.QuickTimeLib.<clinit>(QuickTimeLib.java:17)
at quicktime.QTSession.<clinit>(QTSession.java:83)
at QT_Movie_Player.<init>(QT_Movie_Player.java:38)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance
(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at ij.IJ.runUserPlugIn(IJ.java:156)
at ij.IJ.runPlugIn(IJ.java:124)
at ij.Executer.runCommand(Executer.java:95)
at ij.Executer.run(Executer.java:49)
at java.lang.Thread.run(Unknown Source)