双击eclipse.exe,出现下面错误:
Version 1.3.1_01 of the JVM is not suitable for this product. Version 1.4.1 or greater is required.
显示JVM版本太低,不适合eclipse的支持,而实际上我们安装的jdk5.0。这是因为我们安装oracle9i数据库所致,解决方法是,将环境变量的path部分中,将jdk的目录放在oracle的前面。
Version 1.3.1_01 of the JVM is not suitable for this product. Version 1.4.1 or greater is required.

显示JVM版本太低,不适合eclipse的支持,而实际上我们安装的jdk5.0。这是因为我们安装oracle9i数据库所致,解决方法是,将环境变量的path部分中,将jdk的目录放在oracle的前面。
D:/Program Files/jdk159/bin;D:/oracle9/data/bin;C:/Program Files/Oracle/jre/1.3.1/bin;C:/Program Files/Oracle/jre/1.1.8/bin;%SystemRoot%/system32;%SystemRoot%;%SystemRoot%/System32/Wbem;D:/Program Files/jdk159/bin;C:/Program Files/Microsoft SQL Server/80/Tools/BINN
源自 www.zuoyefeng.com