eclipse-修改启动JDK版本

打开eclipse安装目录下的eclipse.ini文件,将红色内容加入

-vm
../Java/jdk1.6.0_26/bin
(或者指向具体目录:D:/software/jdk_1.8u91/bin)
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20130807-1835
-product
org.eclipse.epp.package.standard.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
原文地址:https://www.cnblogs.com/hwaggLee/p/6694413.html