Jean Oudot
Jean Oudot

Reputation: 19

Java eclipse strange crash

Yesterday my Eclipse (luna) was working pretty fine. Today, when I launched it for the first time, I went into my project and start coding. Then I saved with ctrl + S. When I did this, Eclipse stop responding. I quited, relaunched, and re-did a ctrl + s, and Eclipse re-crashed, without any error messages.

I uninstalled Luna, installed Kepler instead, same problem. I have deleted my workspace, re-built a new one ... Still crashing.

Things I noticed is that there is always "Building project" in background after I saved, and the percentage is at 0 everytime.

Any clue to solve my problem ? Thank you.

Upvotes: 0

Views: 525

Answers (2)

ℛɑƒæĿᴿᴹᴿ
ℛɑƒæĿᴿᴹᴿ

Reputation: 5326

I would try these steps to resolve:

  1. Execute your Eclipse.exe as Administrator

  2. If not work, delete the path .metadata inside your workspace and open again

  3. Specify your JVM. Example: Eclipse workspace crashes on startup

  4. Try with JVM 1.7 and 1.8 too (some plugins only work with Java 8)

  5. Re-install your JVM and try again

Perform one step at a time and try to open Eclipse with each modification.

I hope this helps...

Good Luck!

Upvotes: 1

Zi1mann
Zi1mann

Reputation: 344

Seems like a problem with your project compiling. Try to reinstall the JDK, might work.

Upvotes: 0

Related Questions