11

I was just working with my eclipse before upgrade to 14.04.But After upgrade to 14.04 , my eclipse close often without any warning message.And it generate a hs_err_pid4612.log file in my desktop. How can I fix this problem?

Cœur
  • 37,241
  • 25
  • 195
  • 267
BABU K
  • 917
  • 13
  • 35

3 Answers3

21

Add following line at the end of your eclipse.ini file .(eclipse.ini file is located in eclipse folder of eclipse package.)

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

BABU K
  • 917
  • 13
  • 35
0

I am using eclipse juno with ubuntu 14.04 and I had the same problem. Adding the line to the ini file did not work for me. What I did to solve the problem is changing the JRE from 1.7 to 1.6 in the project properties.

frie
  • 153
  • 1
  • 8
0
-Dorg.eclipse.swt.browser.DefaultType=mozilla

This worked for me.

Rory McCrossan
  • 331,213
  • 40
  • 305
  • 339
ZakirK
  • 25
  • 5