After Oracle11g is installed, the following prompt is displayed when you start Eclipse: Version1.3.1-01oftheJVMisnotsuitableforthisproduct. Version1.4.1
After Oracle 11g is installed, the following prompt is displayed when Eclipse is started: Version 1.3.1-01 of the JVM is not suitable for this product. Version 1.4.1
Problem description:
After Oracle 11g is installed, the following prompt is displayed when Eclipse is started:
Version 1.3.1-01 of the JVM is not suitable for this product. Version 1.4.1 or greater is required. (Version 1.3.1-01 of JVM is not applicable to other products and must be 1.4.1 or later)
Cause:
1. Your JVM version is indeed too low... this is the reason 54. Please download the latest JDK version.
2. after Oracle is installed, the path content in the environment variable is automatically modified, and Oracle/jre. bin/is placed at the beginning, while the JDK of Oracle is 1.3.1. When Eclipse is started, find and match JDK by path. First, obtain the JDK in Oracle.
Solution:
1. Modify the environment variable, delete Oracle/jre. bin/In path, and put it to the end.
2. Eclipse desktop shortcut, right-click Properties, and add the following command to the target item: java-vm... \ jre \ bin \ javax.exe
Find the JDK by yourself in the detailed path
,