eclipse和jdk版本以及电脑系统位数的关系问题
程序员文章站
2022-07-04 21:16:38
...
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20150204-1316
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
win32.win32.x86_64
代表64位的eclipse,与64位的jdk对应搭配使用
Dosgi.requiredJavaVersion=1.6
代表jdk的版本是1.6+
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20150204-1316
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
win32.win32.x86_64
代表64位的eclipse,与64位的jdk对应搭配使用
Dosgi.requiredJavaVersion=1.6
代表jdk的版本是1.6+
上一篇: Eclipse调试Bug的七种常用技巧
下一篇: Eclipse注释模板设置