Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Error initializing Browser on Linux(XPCOM error 0x80004005 when initializing Browser widget)
Error initializing Browser on Linux [message #1701054] Thu, 09 July 2015 00:13
Pete DeLine is currently offline Pete DeLineFriend
Messages: 6
Registered: April 2014
Junior Member
I am using SWT 4.4 in my application. When running on Linux (CentOS 5.8), I get the following stack trace when executing "new Browser(parent, SWT.NONE)"
org.eclipse.swt.SWTError: XPCOM error 0x80004005
	at org.eclipse.swt.browser.Mozilla.error(Unknown Source)
	at org.eclipse.swt.browser.Mozilla.initXULRunner(Unknown Source)
	at org.eclipse.swt.browser.Mozilla.create(Unknown Source)
	at org.eclipse.swt.browser.Browser.<init>(Unknown Source)


My application is started with the following options:


    -Dorg.eclipse.swt.browser.DefaultType=mozilla
    -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/bin/


I am using XULRunner version 10.0.7
$ rpm -qa | grep xulrunner
xulrunner-10.0.7-2.el5_8
xulrunner-devel-10.0.7-2.el5_8
xulrunner-10.0.7-2.el5_8
xulrunner-devel-10.0.7-2.el5_8


Any help is appreciated.
Previous Topic:Text frame not shown on windows server 2008
Next Topic:Label with WRAP causes WizardPage to grab all the vertical screen space (Mac/Windows incomatibility)
Goto Forum:
  


Current Time: Tue Mar 19 04:34:37 GMT 2024

Powered by FUDForum. Page generated in 0.03021 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top