• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Incompatible JVM error

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Am trying to use Eclipe IDE. When i try to open it get the error message as "Version 1.4.2_06 of the JVM is not suitable for this product. Version:1.5 or greater is required". Please help in configuring the path and opening the eclipse.

Thanks,
Rajesh.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1)Download jdk-6u20-windows-i586
2)Install jdk-6u20-windows-i586
3)To make sure that Windows can find the Java compiler and interpreter:
• Select Start -> Computer -> System Properties -> Advanced system settings -> Environment Variables -> System variables -> Path.
• [ In Vista, select Start -> My Computer -> Properties -> Advanced -> Environment Variables -> System variables -> PATH. ]
• [ In Windows XP, Select Start -> Control Panel -> System -> Advanced -> Environment Variables -> System variables -> PATH. ]
• [ In Windows 7, Select Start -> Control Panel -> System -> Advanced system settings -> Environment Variables -> System variables -> PATH. ]
4)Paste C:\Program Files\Java\jdk1.6.0_20\bin; to the beginning of the Variable value
5)Click OK
6)This could solve your problem very well.

Please read my article on how to install How to Install Eclipse Ide for Java Developers http://computersight.com/programming/how-to-install-eclipse-ide-for-java-developers/


 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"cae virtualredheart", welcome to JavaRanch. Please check your private messages for an administrative message from JavaRanch.
 
If you live in a cold climate and on the grid, incandescent light can use less energy than LED. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic