通过命令行 运行 在 Eclipse 中启动 Tomcat Server 9 时出错成功

Getting error while starting Tomcat Server 9 in Eclipse though command line run is successfull

enter image description here我最近安装了 Apache Tomcat 并且能够从命令行启动 Tomcat 服务器但是从 Eclipse 启动时我得到这些错误:

Server Tomcat v9.0 位于 localhost 的服务器无法在 45 秒内启动。如果服务器需要更多时间,请尝试在服务器编辑器中增加超时。

错误:无法创建 Java 虚拟机。 错误:发生致命异常。程序将会退出。 -Djava.endorsed.dirs=/Library/Tomcat/endorsed 不受支持。认可的标准和独立的 API 模块化形式将通过可升级模块的概念得到支持。

我有 java 10 和 jdk jdk-10.0.1,面向 Web 开发人员的 Eclipse Java EE IDE。

版本:Oxygen.3a 发布 (4.7.3a)

我尝试了这些帖子中的所有内容:

Eclipse "Server Locations" section disabled and need to change to use Tomcat installation

我无法从此目录中找到 .snap 文件

.metadata.plugins\org.eclipse.core.resources 删除它

此目录中没有临时文件

.metadata.plugins\org.eclipse.wst.server.core 它只有 2 个临时文件夹

https://crunchify.com/ideal-eclipse-ini-file-setup-for-your-eclipse-environment-best-practice-for-macos-and-windows/

我还通过在帮助中启动 link https://download.eclipse.org/webtools/repository/oxygen/ 更新了 Eclipse Oxygen,但无济于事。

附加一些屏幕

我无法测试我的代码,因此非常感谢您的即时帮助。

谢谢!

enter image description here

enter image description here

enter image description here

此错误已在 Photon 和更新版本中修复:https://bugs.eclipse.org/533162

我还建议支持 Java 版本,例如 11,而不是 10。