Incompatible JVM error – Error al ejecutar Eclipse
Posted in Android on 10/26/2011 02:54 pm by adminHoy he comenzado mi andadura en la programación para Android.
Me ha bajado un tutorial para comenzar y he procedido a instalar las aplicaciones pertinentes. Y nada más ejecutar el Eclipse me sale este error: Version 1.4.2_06 of the JVM is not suitable for this product. Version:1.5 or greater is required.
¡¡¡Pero si tengo instalada la 1.6!!! ¡Toma ya! La primera en la frente. Yo que iba con toda mi ilusión a crear el Hola Mundo…
Por suerte he encontrado cómo solucionarlo:
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.