-
Bug
-
Resolution: Done
-
Critical
-
None
-
Workaround Exists
-
-
Documented as Known Issue
Since we keep having OS's where xulrunner is having problems we should inlcude a way to disable it loading even though we have xul binaries available for it.
I suggest we look for system property: org.jboss.tools.vpe.loadvisualeditor if it is true (default) then we attempt to load the VPE as usual, but if false then we skip that page just as if the binaries were not available.
that would allow you do to eclipse -Dorg.jboss.tools.vpe.loadvisualeditor=false
Things to consider: if this property is set I guess xulrunner initializer should also not do anything ?
Update:
The property is named -Dorg.jboss.tools.vpe.loadxulrunner=false
- is related to
-
JBIDE-9144 VPE crashes with Eclipse 3.7 on some Linux distributions
- Closed