I have already met eclipse twice. For the first time, I thought it was a system problem and re-wrote the system. But the next day I couldn't start again.
Finally, it was discovered that the Oracle path was introduced.
Solution Method:
Select My Computer --> select system variables on the right --> high availability --> environment changes --> System Changes --> Find the system named path changes --> after the selection, click "restart" and press "restart"
You will find that:
E: \ oracle \ product \ 10.1.0 \ db_1 \ bin;
E: \ oracle \ product \ 10.1.0 \ db_1 \ JRE \ 1.4.2 \ bin \ client;
E: \ oracle \ product \ 10.1.0 \ db_1 \ JRE \ 1.4.2 \ bin;
E: \ oracle \ product \ 11.2.0 \ dbhome_1 \ bin;
What you need to do is to copy the bin category of your JDK to the beginning of the path category for change, and use the Shard to separate it,
C: \ Program Files \ Java \ jdk1.6.0 _ 07 \ bin;
The changes following the log cannot be deleted.
Click confirm in the previous dialog box, and then click confirm in the system environment changes. In this way, eclipse can be opened.
The main reason is that eclipse will first find the JRE from the system environment change path, and first find the top JRE, my customized Oracle10g self-contained JRE environment is 1.4, and eclipse requires a later version of JRE environment,
It should be noted that there are two kinds of Environment Changes: Environment Changes and system environment changes, configure the JDK path to use the system environment changes (you can also use the environment changes)
The reason is that some hosts in the server may need to use this environment change later.