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

配置ini指定eclipse启动JDK版

时间:2015-11-10 15:47:57      阅读:349      评论:0      收藏:0      [点我收藏+]

标签:

eclipse mars1 需要JDK 1.7+

解决方案:

 

改eclipse.ini配置文件

  

-startup
plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.300.v20150602-1417
-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
-VM
Y:/jdk8u65/jre/bin/client/jvm.dll
-vmargs
-Dosgi.requiredJavaVersion=1.7
-Xms256m
-Xmx1024m

配置ini指定eclipse启动JDK版

标签:

原文地址:http://www.cnblogs.com/abinxm/p/4952884.html

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