Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] SWT browser on Solaris

Hi,

A user of my plugin who is running Eclipse on Solaris is having trouble with the embedded browser. He received the following error:

org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path
(MOZILLA_FIVE_HOME not set)]
at org.eclipse.swt.SWT.error(SWT.java:3400)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:136)
...

I asked him to point MOZILLA_FIVE_HOME to the location of mozilla as recommended on some forums and he received a different exception:

org.eclipse.swt.SWTError: No more handles (java.lang.UnsatisfiedLinkError:
/usr/local/eclipse/eclipse-3.2/configuration/org.eclipse.osgi/bundles/58/1/.cp/libswt-mozilla-gtk-3232.so:
Can't load IA 32-bit .so on a IA 32-bit platform)
at org.eclipse.swt.SWT.error(SWT.java:3400)
at org.eclipse.swt.SWT.error(SWT.java:3297)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:166)
...

Anyone would know where to go next?
Thanks!
Math


Back to the top