e(fx)clipse 安装步骤可以查看官网:
http://www.eclipse.org/efxclipse/install.html
You'll need at least JDK 7u7 installed in your system. Make sure your e(fx)clipse installation uses this JDK.
需要JDK 7u7 以上的版本,不然更新的时候会安装不了,所以eclipse的启动JVM需要更改
更改办法是修改eclipse.ini文件
例:
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212
-showsplash
org.eclipse.platform
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
C:/Program Files/Java/jdk1.7.0_55/bin/javaw.exe
-vmargs
-Xms40m
-Xmx1024m
-XX:MaxPermSize=512m
-Dsun.lang.ClassLoader.allowArraySyntax=true
期间碰到 eclipse exit code 13 可以查看
\eclipse\configuration下生成的log文件,来判断错误
http://www.eclipse.org/efxclipse/install.html
You'll need at least JDK 7u7 installed in your system. Make sure your e(fx)clipse installation uses this JDK.
需要JDK 7u7 以上的版本,不然更新的时候会安装不了,所以eclipse的启动JVM需要更改
更改办法是修改eclipse.ini文件
例:
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212
-showsplash
org.eclipse.platform
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
C:/Program Files/Java/jdk1.7.0_55/bin/javaw.exe
-vmargs
-Xms40m
-Xmx1024m
-XX:MaxPermSize=512m
-Dsun.lang.ClassLoader.allowArraySyntax=true
期间碰到 eclipse exit code 13 可以查看
\eclipse\configuration下生成的log文件,来判断错误
本文详细介绍了如何在操作系统中安装并正确配置eclipse所需的JDK版本,包括使用eclipse.ini文件调整JVM参数,以及解决eclipse启动时出现的exit code 13错误的方法。通过在eclipseconfiguration目录下查找生成的日志文件来定位问题源,并提供了详细的步骤指南。
761

被折叠的 条评论
为什么被折叠?



