2013-02-20 105 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