Yesterday I was using eclipse on my sytem. Today, when I am trying to run eclipse on my system, I get the following error
I do not know how did it happen? Please help me to solve it.
Yesterday I was using eclipse on my sytem. Today, when I am trying to run eclipse on my system, I get the following error
I do not know how did it happen? Please help me to solve it.
See this answer from Cannot run Eclipse; JVM terminated. Exit code=13:
I had the same error when configuring eclipse.ini to use JRE6. Turns out I caused this error by incorrectly configuring eclipse to use the 64 bit JVM while running a 32 bit version of eclipse 3.7.
The correct configuration required the eclipse.ini -vm argumument to use "C:/Program Files (x86)/" instead of "C:/Program Files/".
Make sure that the JVM version (32/64 bit) you use matches the eclipse version (32/64 bit).
Well as you mentioned it was working earlier it puzzles me why its crashing now. Anyway just reinstall your JDK to match the eclipse's type i.e. 32bit or 64bit and go to your environment variables and put your java bin directory as the first entry in 'Path'
variable.