码迷,mamicode.com
首页 > 系统相关 > 详细

指定eclipse启动使用的JVM

时间:2016-09-09 18:26:00      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:

不同eclispe对运行时要求不一样,而一台电脑只能同时使用一个运行时,当多个要求不同版本jvm的eclipse需要在一台电脑工作时,需要手动指定eclipse启动使用的jvm。

【eclipse-jee-neon-R-win32-x86_64】【jdk8绿色版】

在eclispe的配置文件eclipse.ini中添加使用哪个jvm的配置:

-startup
plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.400.v20160518-1444
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.defaultAction
openFile
--launcher.appendVmargs
-VM
C:/Program Files/Java/JDK8/jre/bin/javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.8
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m

指定eclipse启动使用的JVM

标签:

原文地址:http://www.cnblogs.com/codeinet/p/5857499.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!