Comment 5 for bug 109669

Revision history for this message
Francesco (fcadili) wrote :

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 fix the problem I followed these sets:

1. I have clean the .metadata folder (that was create in my $HOME/EPF/workspace.1201/.metadata), as stated inside the epf.ini file (@user.home/EPF/workspace.1201)

2. I have created the MOZILLA_FIVE_HOME (export MOZILLA_FIVE_HOME=/opt/firefox)

3. I have run again the epf with the same command (./epf -vm /usr/lib/jvm/java-1.5.0-sun/bin/java -ws gtk)

Now all works fine.
   Francesco