2013-02-20 147 views
0

當我從spring-tool-suite-3.0.0.RELEASE-e4.2-win32-installer.exe安裝spring IDE時出現問題,它說jre5是需要安裝的,但我使用的窗口XP和JRE6已經安裝在我的系統上。然後,我怎麼解決這個問題?Spring IDE安裝錯誤1

回答

0

嘗試指定的eclipse.ini中的JRE文件夾的位置:

-startup 
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar 
--launcher.library 
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502 
-product 
org.eclipse.epp.package.java.product 
--launcher.defaultAction 
openFile 
--launcher.XXMaxPermSize 
256M 
-showsplash 
org.eclipse.platform 
--launcher.XXMaxPermSize 
256m 
--launcher.defaultAction 
openFile 
-vm 
C:\Java\JDK\1.6\bin\javaw.exe 
-vmargs 
-Dosgi.requiredJavaVersion=1.5 
-Xms40m 
-Xmx1024m 

http://wiki.eclipse.org/Eclipse.ini