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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -