At the beginning of how, just from the eclipse official website under a Windows 32-bit eclipse3.5, address http://www.eclipse.org/downloads/download.php? File =/technology/EPP/downloads/release/indigo/R/eclipse-java-indigo-win32.zip
After decompression, the prompt "version 1.4.2 _ 03 of the JVM not suitable for this product is displayed. version1.5 or geeater is required ", it probably means that the Environment version 1.4 of my JVM virtual machine is too low. If I use version 1.5 or later, I am confused. Baidu has gone through it and is currently trying to solve it.
Cause: the reason why oracle is installed on your machine is that the Oracle JRE environment takes precedence over the eclipse JRE environment.
Solution: modify the system environment variables, right-click on my computer, and choose Properties> advanced environment variables. Find the system environment variables and modify the value of the PATH variable, place the Oracle-related variables for final confirmation. Restart eclipse.
Local PATH variable before modification: C: \ Program Files \ imagemagick-6.3.9-q8;D: \ oracle \ product \ 10.1.0 \ db_1 \ bin; D: \ oracle \ product \ 10.1.0 \ db_1 \ JRE \ 1.4.2 \ bin \ Client; D: \ oracle \ product \ 10.1.0 \ db_1 \ JRE \ 1.4.2 \ bin; C: \ windows \ system32; C: \ WINDOWS; c: \ windows \ system32 \ WBEM; C: \ Program
Files \ Microsoft SQL Server \ 80 \ tools \ binn \; C: \ Program Files \ Microsoft SQL Server \ 90 \ DTS \ binn \; C: \ Program Files \ Microsoft SQL Server \ 90 \ tools \ binn \; C: \ Program Files \ Microsoft SQL Server \ 90 \ tools \ binn \ vsshell \ common7 \ ide \; C: \ Program Files \ Microsoft Visual Studio
8 \ common7 \ ide \ privateassemblies \; C: \ Program Files \ common files \ thunder Network \ Kankan \ codecs; D: \ Program Files \ tortoisesvn \ bin; D: \ Program Files \ rational \ common; D: \ Program Files \ mysql \ MySQL Server 5.0 \ bin
Local PATH variable modified: C: \ Program Files \ imagemagick-6.3.9-q8; c: \ windows \ system32; C: \ WINDOWS; c: \ windows \ system32 \ WBEM; C: \ Program Files \ Microsoft SQL Server \ 80 \ tools \ binn \; C: \ Program Files \ Microsoft SQL Server \ 90 \ DTS \ binn \; C: \ Program Files \ Microsoft SQL Server \ 90 \ tools \ binn \; C: \ Program
Files \ Microsoft SQL Server \ 90 \ tools \ binn \ vsshell \ common7 \ ide \; C: \ Program Files \ Microsoft Visual Studio 8 \ common7 \ ide \ privateassemblies \; C: \ Program Files \ common files \ thunder Network \ Kankan \ codecs; D: \ Program Files \ tortoisesvn \ bin; D: \ Program Files \ rational \ common; D: \ Program
Files \ mysql \ MySQL Server 5.0 \ bin;D: \ oracle \ product \ 10.1.0 \ db_1 \ bin; D: \ oracle \ product \ 10.1.0 \ db_1 \ JRE \ 1.4.2 \ bin \ Client; D: \ oracle \ product \ 10.1.0 \ db_1 \ JRE \ 1.4.2 \ bin;
The color part is the modification area.