
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..

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..
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.