android - eclipse Juno often close automatically after ubuntu upgrade to 14.04 TLS -
Before upgrading to 14.04, I was working with my Eclipse. But after upgrading to 14.04, my eclipse often closes without any warning message. And it generates an hs_err_pid4612.log file in my desktop. How can I fix this problem?
Add the following line at the end of your eclipse.ini file. (The eclipse.ini file is located in the eclipse folder of the Eclipse package.)
-Dorg.eclipse.swt.browser.DefaultType = mozilla
Comments
Post a Comment