1

I am using kepler to the ubuntu 14.04 first time. While i start the eclipse it shows the splash screen only and hang on it. How to overcome from this problem?

isaias-b
  • 2,255
  • 2
  • 25
  • 38
Ganesh Joshi
  • 155
  • 1
  • 7
  • environment variables? logs? process acitivity? tried using a virtual mashine with a fresh installation of ubuntu and eclipse? the exact version of eclipse would be fine as well ;) – isaias-b Jun 21 '14 at 16:03
  • Just in case, would this help? http://stackoverflow.com/a/23339116/6309 Also check which Eclipse you have (32/64 bits), on which ubuntu you run (32/64 bits) and with which java you are running it (32/64 bits) – VonC Jun 21 '14 at 16:10
  • both are 64 bits and i had also done fresh installation of eclispe and ubuntu a day before – Ganesh Joshi Jun 21 '14 at 16:17

1 Answers1

1

I've just had the same problem with JBoss Developer Studio, also on a "trusty" machine. Only the splash screen appeared, then jbdevstudio exited.

It was solved by calling jbdevstudio with the "-clearPersistedState" parameter.

It should also work with Kepler.

Jose Tepedino
  • 1,524
  • 15
  • 18