------------------------------------------------------------------------
Subject:
AWT-SWT bridge
From:
Byrnjolf Thorgrim <email@hidden>
Date:
Mon, 28 Aug 2006 08:27:38 -0700 (PDT)
To:
email@hidden
To:
email@hidden
I have a Swing application that uses QTJava for playing movies. The
app has to be integrated into a RCP container as a plugin. I used the
AWT-SWT bridge and everything works fine except the QT plugin. The
following exception is thrown:
java.lang.UnsatisfiedLinkError: lockDrawingSurface
at quicktime.WinNativeHelper.lockDrawingSurface(Native Method)
at quicktime.WinJNIDrawingSurface.lock(WinJNIDrawingSurface.java:59)
at quicktime.QTSession$QTFrame.addNotify(QTSession.java:366)
at java.awt.Window.pack(Unknown Source)
at quicktime.QTSession.initialize(QTSession.java:334)
at quicktime.QTSession.initialize(QTSession.java:303)
at quicktime.QTSession.open(QTSession.java:524)
at quicktime.QTSession.open(QTSession.java:492)
Is there a way to make the plugin work when using the AWT-SWT bridge?
------------------------------------------------------------------------