Comment 7 for bug 968308

Revision history for this message
In , Grant Gayed (grant-gayed) wrote :

You can change the Browser's default renderer type by adding the following vm arg to the end of your eclipse.ini:

-Dorg.eclipse.swt.browser.DefaultType=mozilla

You can then point at a XULRunner to use by adding vm arg:

-Dorg.eclipse.swt.browser.XULRunnerPath=<fullPath>

(note the list of supported XULRunner versions: http://www.eclipse.org/swt/faq.php#browserlinux )