Eclipse didn't runs display this message what can i do kindly help me.. I have Kepler but when i download Eclipse Luna and runs it this error comes..
Asked
Active
Viewed 42 times
-1
-
possible duplicate of [Eclipse exits with error "JVM terminated..."](http://stackoverflow.com/questions/18050878/eclipse-exits-with-error-jvm-terminated) – Maroun Feb 03 '15 at 09:58
-
-clean command didn't work for me.. – Saad Feb 03 '15 at 10:14
-
Kindly help me i have jdk1.8.0_31. I am using windows 8. How can i solve this problem. – Saad Feb 03 '15 at 10:18
-
are you running 64-bit eclipse on 32-bit machine? – Maroun Feb 03 '15 at 10:20
-
Possible duplicate of http://stackoverflow.com/q/4587518/2670892 – greg-449 Feb 03 '15 at 10:22
-
No 64-bit eclipse on 64-bit system. – Saad Feb 03 '15 at 10:41
1 Answers
0
You should restart Eclipse with the -clean
command line option, it usually fixes the issue.
Another possible solution:
Change your eclipse.ini
and specify the full JVM path with the -vm
argument. For example:
-vm C:/Program\ Files/Java/jdk1.6.0_21/jre/bin/server/jvm.dll
Update: take a look at this question, this may be useful.

Community
- 1
- 1

meskobalazs
- 15,741
- 2
- 40
- 63