-1

Eclipse Problem

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

Community
  • 1
  • 1
Saad
  • 97
  • 8

1 Answers1

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
  • 14,510
  • 2
  • 33
  • 55