300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > eclipse指定jdk版本启动 解决Version XXXX of the JVM is not

eclipse指定jdk版本启动 解决Version XXXX of the JVM is not

时间:2018-08-17 08:57:11

相关推荐

eclipse指定jdk版本启动 解决Version XXXX of the JVM is not

打开eclipse.ini添加

-vm

C:/Java/jdk1.6.0_02/bin

如下所示

-startup

plugins/org.eclipse.equinox.launcher_1.3.0.v0327-1440.jar

--launcher.library

plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v0521-0416

-product

org.eclipse.epp.package.jee.product

--launcher.defaultAction

openFile

-vm

C:/Java/jdk1.6.0_02/bin

--launcher.XXMaxPermSize

256M

-showsplash

org.eclipse.platform

--launcher.XXMaxPermSize

256m

--launcher.defaultAction

openFile

--launcher.appendVmargs

-vmargs

-Dosgi.requiredJavaVersion=1.6

-Xms40m

-Xmx512m

-clean

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。