Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse ADT Bundle crashes suddenly on Mint 16 Petra

I recently installed Linux Mint 16 Petra (Cinnamon 64 bit) on my laptop (Quad core, 8 GB ram).

I downloaded ADT Bundle for Linux (64 bit). As I start to use Eclipse for coding in Android, I notice that Eclipse suddenly crashes. I don't get any log error, it just crashes. It's happening frequently.

Why does it crash?

like image 883
user3285015 Avatar asked Mar 21 '23 15:03

user3285015


1 Answers

I found a solution right here on stackoverflow.

Eclipse continue crashing

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

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

like image 70
leber33 Avatar answered Apr 02 '23 21:04

leber33