Reputation: 19
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
Reputation: 5326
I would try these steps to resolve:
Execute your Eclipse.exe as Administrator
If not work, delete the path .metadata inside your workspace and open again
Specify your JVM. Example: Eclipse workspace crashes on startup
Try with JVM 1.7 and 1.8 too (some plugins only work with Java 8)
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
Reputation: 344
Seems like a problem with your project compiling. Try to reinstall the JDK, might work.
Upvotes: 0