[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] ActiveX control in Java

Hello,

I'm facing a problem during creating an ActiveX control with JAVA. I know it
possible to create a JavaBean and deploy it with the help of the
ActiveXBridge to an ActiveX control.
But my problem is that my control have to draw a Flash movie. Therefore I
wanted to use the existing ShockwaveFlash-ActiveX-Control and embed this
control with the help of SWT into a frame. This works fine the movie plays
in my standalone app. But now I want to deploy this as an ActiveX-Control.
But this causes an error. Because the "packager.exe" encounters some
problems with SWT libraries. It tells me that i cann't find the Composite
class of SWT even if I set the CLASSPATH to the swt-win32[...].jar

Can anyone help? Has anyone done this before? Maybe anyone who made some
graphical ActiveX control which are using other windowing toolkits instead
of SWT.

Any help be would be very appreciated.

Thanks in advance.

kind regards

Andreas Heinecke