清醒时做事,糊涂时读书,大怒时睡觉,无聊时关注图老师为大家准备的精彩内容。下面为大家推荐浅析打开eclipse出现Incompatible JVM的解决方法,无聊中的都看过来。
【 tulaoshi.com - 编程语言 】
安装了oracle10g的客户端后,eclipse打不开了。所以检查了一下,发现是以下原因。
运行eclipse出现以下错误:
Incompatible JVM
Version 1.3.1_01 of the JVM is not suitable for this product.Version:1.4.1 or greater is required.
或
Version 1.4.1_02 of the JVM is not suitable for this product.Version:1.5 or greater is required.
一,系统上的JAVA JDK版本过低,去装高版本的JDK.
二,这个是最有可能是装了oracle了,因为oracle是使用1.3JVM的而eclipse是需要1.4或1.5以上JVM的。
解决方法:就是在环境变量中把JDK的的路径放到Oracle JDK的前面就可以解决
来源:http://www.tulaoshi.com/n/20160219/1589628.html
看过《浅析打开eclipse出现Incompatible JVM的解决方法》的人还看了以下文章 更多>>