Home > Database > Mysql Tutorial > 安装Oracle后无法启动Eclipse

安装Oracle后无法启动Eclipse

WBOY
Release: 2016-06-07 17:24:06
Original
1209 people have browsed it

安装完Oracle 11g 后,启动Eclipse弹出如下提示:Version 1.3.1-01 of the JVM is not suitable for this product. Version 1.4.1

问题描述:

安装完Oracle 11g 后,启动Eclipse弹出如下提示:

Version 1.3.1-01 of the JVM is not suitable for this product. Version 1.4.1 or greater is required. (1.3.1-01版的JVM不适合本产品,需要1.4.1或更高版本)

问题原因:

1.你的JVM版本确实太低...这原因54,请下载最新版本JDK

2.安装Oracle后,会自动修改环境变量中的path内容,并把Oracle/jre.bin/放在最前,而Oracle自带的JDK是1.3.1版的,Eclipse启动时按path寻找匹配JDK,首先获取了Oracle中的JDK

解决方法:

1.修改环境变量,删除path中的Oracle/jre.bin/,把它放最后也行.

2.Eclipse桌面快捷方式,右键属性,在目标项中添加如下命令: java -vm ...\jre\bin\javax.exe

详细路径自己查找JDK

linux

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template