Posted on 2011-04-15 09:53
Kavin 阅读(459)
评论(0) 编辑 收藏
Description:
Incompatible JVM- Version 1.4.2_03 of the JVM is not suitable for th is product. Version:1.5 or greater is required.
Analisys:
安装Oracle Client 9/10后, Path 被设置为Oracle自带的JDK 1.4, 启动高版本Eclipse(eclipse-jee-helios-SR1-win32.exe)时, 就默认用Oracle自带的JDK 1.4,这样就会有问题。
Solution:
多种解决方案
1. 修改环境变量: Path = %JAVA_HOME%"bin;%PATH%
权限的问题,我没有选择这个解决方案。
2. 修改Eclipse启动项:修改Eclipse快捷方式的属性里面的目标:
D:"tool"eclipse-jee-helios-SR1-win32"eclipse"eclipse.exe -vm "C:"Program Files"Java"jdk1.5.0_05"bin"javaw.exe"