1

Facing the error shown in screenshot while trying to open eclipse. I updated my java version to 1.8. Although as hit and trial i modified the file to java version of 1.8 but it didnt work , please help.

enter image description here

Thanks

andih
  • 5,330
  • 3
  • 25
  • 35

1 Answers1

0

Try to add -vm option

-vm 
C:\Program Files\Java\jdk1.8.0_05\bin   <-- full path to 64 JVM

at the beginning of eclipse.ini

Evgeniy Dorofeev
  • 124,221
  • 27
  • 187
  • 258
  • Thanks It is working. But can you give me the detail of this problem . like why it is required to add the path of java manually. –  Nov 16 '14 at 06:22
  • 1
    By default Eclipse finds JRE thru JRE_HOME, Java update probably removed old JRE and now your JRE_HOME points to unexisting path – Evgeniy Dorofeev Nov 16 '14 at 06:34