[Bug 109669] Re: Unable to create view: NS_InitXPCOM3 Fiesty

2008-11-08 Thread Jeremy Whiting
Hi I came across the same error in my eclipse .log file. org.eclipse.swt.SWTError: XPCOM error -2147467262 Instead of adding/modifying environment variables and paths I change the installed version of xulrunner. Using Synaptic Package manager I uninstalled version 1.9a8 and replaced it with

[Bug 109669] Re: Unable to create view: NS_InitXPCOM3 Fiesty

2007-10-13 Thread Francesco
The problem was due to a wrong setting of the environment variable MOZILLA_FIVE_HOME. The value to set into ubuntu is: export MOZILLA_FIVE_HOME=/usr/lib/firefox ** Changed in: eclipse (Ubuntu) Status: Confirmed => Fix Released -- Unable to create view: NS_InitXPCOM3 Fiesty https://bugs

[Bug 109669] Re: Unable to create view: NS_InitXPCOM3 Fiesty

2007-10-13 Thread Francesco
I have done further test and the problem is still there. At last I have found in ubuntu forum the answer: http://ubuntuforums.org/showthread.php?t=499510 The value I set to MOZILLA_FIVE_HOME is wrong. The right value is: export MOZILLA_FIVE_HOME=/usr/lib/firefox But I don't know why It works

[Bug 109669] Re: Unable to create view: NS_InitXPCOM3 Fiesty

2007-10-13 Thread Francesco
I get also the "org.eclipse.swt.SWTError: XPCOM error -2147467262" error I think was due to a startup wrong configuration. I started up the first time epf with the following switch: ./epf -vm /usr/lib/jvm/java-1.5.0-sun/bin/java -ws gtk but the variable MOZILLA_FIVE_HOME was not set. To

[Bug 109669] Re: Unable to create view: NS_InitXPCOM3 Fiesty

2007-06-26 Thread Philip Aston
You don't need xulrunner if you have firefox installed. Following kurund's lead, I did the following. $ export LD_LIBRARY_PATH=/usr/lib/firefox/components/:/usr/lib/firefox:$LD_LIBRARY_PATH $ eclipse -clean I think "eclipse -clean" must cache libraries somewhere - it was necessary for the LD_LI

[Bug 109669] Re: Unable to create view: NS_InitXPCOM3 Fiesty

2007-06-21 Thread John Huss
I don't get this exact error, rather: org.eclipse.swt.SWTError: XPCOM error -2147467262 when I try to run my java app that uses swt.browser from Eclipse. I have MOZILLA_FIVE_HOME set to a valid path, but eclipse ignores this because of this line in /usr/bin/eclipse: MOZILLA_FIVE_HOME=${MOZILLA_

[Bug 109669] Re: Unable to create view: NS_InitXPCOM3 Fiesty

2007-06-11 Thread kurund
finally fixed this issue. Steps: 1. Install xulrunnersudo apt-get install xulrunner 2. cd 3. emacs .bashrc 4. add following lines: export MOZILLA_FIVE_HOME=/usr/lib/xulrunner export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME 5. run eclipse -clean 6. Internal browser should work :) -- Unable t

[Bug 109669] Re: Unable to create view: NS_InitXPCOM3 Fiesty

2007-05-01 Thread Jonathan Daigle
I am experiencing the same here is some additional output i get on the error (look like a backtrace to me). java.lang.UnsatisfiedLinkError: NS_InitXPCOM3 at org.eclipse.swt.internal.mozilla.XPCOM.NS_InitXPCOM3(Native Method) at org.eclipse.swt.browser.Browser.(Browser.jav

[Bug 109669] Re: Unable to create view: NS_InitXPCOM3 Fiesty

2007-04-24 Thread kurund
** Summary changed: - Unable to create view: NS_InitXPCOM3 + Unable to create view: NS_InitXPCOM3 Fiesty ** Description changed: Binary package hint: eclipse - I am using Eclipse 3.2.2 in Ubuntu Fiesty + I am using Eclipse 3.2.2 in Ubuntu Feisty I get Unable to create view: NS_InitXPCO