问题描述
[打开 Eclipse 或 STS MarketPlace 时出错][1] 请找到所附的图片。 https://i.stack.imgur.com/4s4OJ.png
STS SpringToolSuite4.ini 文件
-startup
plugins/org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar
-vm
C:/Users/username/apps/JDK_11.0.4/bin
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.0.v20200915-1442
-product
org.springframework.boot.ide.branding.sts4
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.8
-xms256m
-Xmx2048m
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYstem
Eclipse.ini 文件
-startup
plugins/org.eclipse.equinox.launcher_1.5.100.v20180827-1352.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.800.v20180827-1352
-product
org.eclipse.epp.package.jee.product
-showsplash
org.eclipse.epp.package.common
--launcher.defaultAction
openFile
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
C:\Users\username\apps\JDK_11.0.4\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYstem
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitinit=true
-xms256m
-Xmx2048m
--add-modules=ALL-SYstem
-javaagent:C:\Users\username\apps\eclipse\lombok.jar
我尝试在 eclipse 和 STS 中更改 .ini 文件,但仍然显示相同的问题。 起初一切正常,我下载了我需要的所有插件。但是重新启动系统后,同样的问题又出现了。
我也下载了 eclipse 市场证书。
keytool -import -alias eclipse -keystore ..\lib\security\cacerts -file "C:\Users\username\apps\eclipse_cetr.cer"
谁能告诉我我在这里遗漏了什么。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)