Community
Participate
Working Groups
Build Identifier: Eclipse 3.6.1 : M20101124-0800 1) create a browser using browser = new Browser(parent, SWT.NONE); It will give !MESSAGE Unhandled event loop exception !STACK 0 org.eclipse.swt.SWTError: No more handles [MOZILLA_FIVE_HOME='/usr/lib/xulrunner-addons'] (java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: /home/abc/.metadata/.plugins/org.eclipse.pde.core/New_configuration/org.eclipse.osgi/bundles/2018/1/.cp/libswt-mozilla-gtk-3657.so (libxpcom.so: cannot open shared object file: No such file or directory) swt-mozilla-gtk (Not found in java.library.path) /tmp/swtlib-32/libswt-mozilla-gtk-3657.so (libxpcom.so: cannot open shared object file: No such file or directory) /tmp/swtlib-32/libswt-mozilla-gtk.so (/tmp/swtlib-32/liblibswt-mozilla-gtk.so.so: cannot open shared object file: No such file or directory) ) at org.eclipse.swt.SWT.error(SWT.java:4109) at org.eclipse.swt.browser.Mozilla.initMozilla(Mozilla.java:1770) at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:656) Reproducible: Always Steps to Reproduce: 1.Create a browser using browser = new Browser(parent, SWT.NONE); 2. SWTError occurs
Looks like a dupe of bug 322912.
Vikas, please try adding -D switch as described in bug 322912 comment 8 to check if that helps in your case.
Seeing MOZILLA_FIVE_HOME set to /usr/lib/xulrunner-addons makes me think that this may be fixed by the fix for bug 319123. Can you see if a recent 3.6.2 build like http://download.eclipse.org/eclipse/downloads/drops/M20110105-0951/download.php?dropFile=eclipse-SDK-M20110105-0951-linux-gtk-x86_64.tar.gz works better for you?
Timed out, closing. I'm quite sure that the fix for bug 319123 would ensure that MOZILLA_FIVE_HOME gets set to a valid path. If you see this problem with Eclipse 3.6.2 or later then please reopen this report.