Fixing Eclipse after the Firefox 3 rc1 update in Ubuntu 8.04

So you’re excited about the firefox 3 rc1 update in Ubuntu? It’s nice and speedy when using gmail but after updating eclipse stops working. It generates an error. The solution is easy, but here’s an example of the error message:

Exception in thread "Thread-1" org.eclipse.swt.SWTError: 
No more handles (java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3349 or 
swt-mozilla-gtk in swt.library.path, java.library.path or the jar file)
    at org.eclipse.swt.SWT.error(SWT.java:3589)
    at org.eclipse.swt.SWT.error(SWT.java:3481)
    at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:323)
        [a bunch trimmed]...

To solve it you simply

sudo apt-get install xulrunner

or

sudo apt-get install xulrunner-gnome-support

I found the solution at everflux but I don’t read German. The only part of the article I could make out was the error message and the apt-get command. :-)

Comments

I am glad that my little

I am glad that my little hint helped you out! In fact I had the trouble with “RSSowl” and not eclipse itself. (RSSowl is built with the eclipse rich client platform)
But the fix indeed helps if you upgrade firefox and try to run eclipse, too. Thanks for the credit :)
I should really start blogging in english…

Thank you

Hi,
Even though I am a developer, and come across many such issues, I never maintain record of them.
Just now I have realized how wrong I was. Your fix saved me lot of time. If I keep record of all issues I come across, it may be help full for others.

Thanks for opening my eyes ;)

Rajesh Akkineni

Thanks

Thanks a lot for your solution. It helped me too with RSSOwl and FF 3 final release.

Fixing Eclipse after the Firefox 3 rc1 update in Ubuntu 8.04

Thanks for your solution! It solved the problems I had with RSSOwl.

Thank you so much I wested 1

Thank you so much I wested 1 week with this problem, I’m using MyEclipse. I even contacted them without way out.

Thanks a gain

Thanks!

Even though Eclipse itself was still working, I was getting the same error when trying to use the CheckStyle plugin.
Problem seems to be solved now. At least, the error has gone away.

Thanx

It worked for EPF 1.2.0.4 (Eclipse Process Framework) too, on Ubuntu 8.04 . Very, very thanks!!!

Thanks!

My CheckStyle plugin in Eclipse also have those errors but were now solved. Thanks again for this post!

Actually I ran into the same

Actually I ran into the same problem, and I found this site to be most helpful. If you search for this question “What do I need to run the SWT Browser inside Eclipse on Linux/GTK or Linux/Motif?” It describes the requirement for SWT and Browser to work properly on Linux

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You can use Markdown syntax to format and style the text.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
18 + 1 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

Back to top