我正在嘗試使用 spacemacs、elipse 和 eclimd 進行自動完成編輯。但是,eclimd 正在嘗試使用該-command ping選項啟動 java 服務器。我的 Java 版本不支持該選項。我一直無法在文檔中找到這個選項。它被棄用了嗎?哪個版本的 Java 支持它?java version "1.8.0_171"Java(TM) SE Runtime Environment (build 1.8.0_171-b11)Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)/usr/lib/jvm/java-8-oracle/bin/java -d64 -command ping -Dosgi.requiredJavaVersion=1.8 [email protected]/eclipse-workspace -XX:+UseG1GC -Dosgi.dataAreaRequiresExplicitInit=true -Xms256m -Xmx1024m -jar /snap/eclipse/current/plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar --launcher.suppressErrors -debug -clean -refresh -application org.eclim.applicationUnrecognized option: -commandError: Could not create the Java Virtual Machine.Error: A fatal exception has occurred. Program will exit.
哪個版本的 Java 支持 -command 選項?
幕布斯6054654
2021-12-10 10:54:34