Eclipse Swt Browser Crash (Linux 64Bit)

Running Java Eclipse SWT (64 Bit Linux)

Unknown Mozilla path (MOZILLA_FIVE_HOME not set) is hinting at the fact that the WebKit library is missing on your Linux system. If you have a Debian based one (incl. Ubuntu), running the following command should solve your problem:

sudo apt-get install libwebkitgtk-1.0-0

Trouble with Browser type SWT.MOZILLA on windows 8 64 bit

Ok, loading XURLRunner 10.0.2 works. The crashing app was due to a stack overflow error in my js code.

Why does my Eclipse Indigo crash on Ubuntu 13.04 with Oracle JDK 64bit?

I had the same error running ADT on Ubuntu 13.04 with Gnome Shell 3.8.

I found this relevant bug report: https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776

And a workaround as posted in the bug report:
Add

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

to your eclipse.ini

It worked for me, I hope it solves the problem for you as well.

Eclipse continue crashing

Check bug report https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776 . I suggest you to upgrade to the newest Eclipse 4.3 (Kepler).

Alternativelly you can try workaround suggested in comment #6:

For a workaround add the following to the end of your eclipse.ini

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

Eclipse crash and close every time opened

Based on this my problem had been solved.

For a workaround add the following to the end of your eclipse.ini

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


Related Topics



Leave a reply



Submit