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

修改eclipse启动时eclipse使用的jre

时间:2015-07-21 14:23:27      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

eclipse在启动的时候,和环境变量中的jdk不兼容,可以单独制定eclipse运行的jre。

方法:

在eclipse的配置文件里增加-vm参数即可。

打开eclipse目录下的eclipse.ini配置文件,增加-vm配置,需要注意的是该参数要加在-vmargs之前

 eclipse.ini配置文件:

 -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.v20140603-1326
-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
D:/partA/Java64bit/jre7/bin/server/jvm.dll
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m

修改eclipse启动时eclipse使用的jre

标签:

原文地址:http://www.cnblogs.com/happyPawpaw/p/4664264.html

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