Eclipse 4.17启动提示:JVM is not suitable for this
通过是修改eclipse.ini文件,在eclipse.ini文件上加上添加一行代码:
-vm 指定jdk11下bin的路径
-vm 指定jdk11下bin的路径
如下代码
-startup
plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1300.v20200819-0940
-product
org.eclipse.epp.package.jee.product
-showsplash
org.eclipse.epp.package.common
--launcher.defaultAction
openFile
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
C:/Program Files/java/jdk11.0.5/bin
-vmargs
-Dosgi.requiredJavaVersion=11
[email protected]/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=11
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms256m
-Xmx2048m
--add-modules=ALL-SYSTEM 相关推荐
xjp 2020-05-28
fengyeezju 2020-04-26
androidstudyroom 2011-02-16
yinbaoshiguang 2011-08-29
ThedakeLaugh 2011-08-15
ntfsformac 2011-09-30
longjing 2011-09-30
lookingFor 2015-03-25
yffhhffv 2015-03-24
小召的阳光地带 2015-03-23
jxnk 2015-03-23
ChainDestiny 2015-04-14
xz0mzq 2012-01-08
xiaozaq 2019-09-08
Swen 2012-04-18
Swen 2011-03-22
heshizui 2013-11-03
pengzhanxuan 2012-04-10
89570195 2010-05-05