2013-03-26

Solution of Eclipse error: "JVM is not suitable for this product. Version: 1.5 or greater is required."

This Eclipse error occurs when your PC's default jdk's version is not Java SE 1.5 or later version. Here is two solutions to this problem:
  1. Download and install 1.5 or later version
  2. If 1.5 or later version is already installed (it means this installed jdk is not default one) in your machine, then you can write it's path on Eclipse shortcut like that: Eclipse installed path + jdk installed path.
Second method's example, c:/eclipse/eclipse.exe -vm "C:\Program Files\Java\jdk1.6.0_07\bin"

So Eclipse is ready for action!

No comments:

Post a Comment