Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Problem with SWT + Java Web Start on Solaris

Hi,

I am working on a project written in Java 1.5 using SWT. Is has to be deployed using Java Web Start on Windows, Linux and Solaris (Motif). On the Solaris machine I can run the program from the command line with the motif libs libswt-cde-motif-3139.so and libswt-motif-3139.so. But running it through Java Web Start does not work, it complains about the missing file libswt-pi-gtk-3139.so. The Solaris machine does not have GTK installed, so I am wondering why the GTK lib is needed.
The project can be accessed at http://www.scriptsoft.de/efeu (it's German)

Any ideas?

Florian


Back to the top