Tuesday, July 16, 2013

Eclipse: Internal browser is not available: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]

PROBLEM: I've got the following error message when was configuring Eclipse after installing a new Fedora 19:

Error
Unhandled event loop exception
org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]
at org.eclipse.swt.SWT.error(SWT.java:4423)
at org.eclipse.swt.browser.Mozilla.initMozilla(Mozilla.java:1993)
at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:701)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:99)

SOLUTION: The solution was just install missed lib and restart Eclipse:

1. $ sudo yum install libwebkitgtk*
2. Restart Eclipse

No comments:

Post a Comment