onier / extbuilder

Automatically exported from code.google.com/p/extbuilder
0 stars 0 forks source link

getting SWT error #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
either:
* create a new extjs page, provide folder, namespace, class name, click Finish
or:
* load the File.ext file 

What is the expected output? What do you see instead?
The page should be opened and I should start working according to the user
guide

Instead, i get an org.eclipse.swt.SWTError with details:
Unhandled event loop exception
XPCOM error -2147467259

What version of the product are you using? On what operating system?
Eclipse Platform

Version: 3.4.2
Build id: M20090211-1700

running on linux

Original issue reported on code.google.com by ittay.d...@gmail.com on 4 Aug 2009 at 8:12

GoogleCodeExporter commented 9 years ago
the errors came from the swt browser support because of firefox-3.5 which uses a
newer xulrunner that the swt browser component is not compatible with. adding

-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9.0.11

to the eclipse command line solved the issue

Original comment by thinkf...@gmail.com on 10 Nov 2009 at 1:57