Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
If the environment variable MOZILLA_FIVE_HOME is not set, I get the following exception:
org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]
at org.eclipse.swt.SWT.error(SWT.java:2968)
at org.eclipse.swt.browser.Browser.(Browser.java:130)
at org.jayasoft.ivyde.eclipse.ui.editors.IvyEditor.createPagePreview(IvyEditor.java:84)
at org.jayasoft.ivyde.eclipse.ui.editors.IvyEditor.addPages(IvyEditor.java:96)
at org.eclipse.ui.forms.editor.FormEditor.createPages(FormEditor.java:133)
at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:241)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:609)
at
[...]
Please also have a look at the following discussion:
As the environment variable is no standard variable, IvyDE should not fail over it - it could reduce functionality though.