Login  Register

QuickTime_Plugins not working with Java 1.6?

Posted by Tiago Ferreira on Jun 01, 2008; 11:29am
URL: http://imagej.273.s1.nabble.com/QuickTime-Plugins-not-working-with-Java-1-6-tp3696100.html

Just noticed that on OS 10.5.3 with java 1.6.0_05
the plugins in QuickTime_Plugins.jar stopped working for me.

While with Java 1.5.0_15 they keep working fine.
Recompiling from the source files didn't solve..

e.g., if I run File>Import>QuickTime Player I get:

java.lang.UnsatisfiedLinkError: quicktime.QTSession.Gestalt(I[I)S
at quicktime.QTSession.Gestalt(Native Method)
at quicktime.QTSession.gestalt(QTSession.java:933)
at quicktime.QTSession.open(QTSession.java:639)
at quicktime.QTSession.open(QTSession.java:606)
at QT_Movie_Player.<init>(QT_Movie_Player.java:43)
at sun.reflect.NativeConstructorAccessorImpl.
    newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.
    newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.
    newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at ij.IJ.runUserPlugIn(IJ.java:156)
at ij.IJ.runPlugIn(IJ.java:124)
at ij.Executer.runCommand(Executer.java:104)
at ij.Executer.run(Executer.java:58)
at java.lang.Thread.run(Thread.java:637)
Is any of you having the same problem?

-T