描述

JDK在今年9月发布后,我们项目也打算测试升级使用JDK 9。在我将JDK升级成 JDK 9.0.1后,启动tomcat失败(黑框一闪就没了)。具体失败信息如下:

-Djava.emdorsed.dirs=E:\tools\apache-tomcat-8.0.38\emdorsed is not supported.Endorsed standards and standalone APIs
in modular form will be supported via the concept of upgradeable modules.
Error:Could not create the Java Virtual Machine.
Error:A fatal exception has occurred.Program will exit.

具体环境情况

JDK 1.8.112 --> JDK 9.0.1
Tomcat 8.0.38

处理办法

我把tomcat的版本换成最新稳定版8.5.23后,问题解决。

相关文章:

  • 2021-06-14
  • 2022-03-07
  • 2021-09-09
  • 2022-12-23
  • 2021-08-26
  • 2021-10-18
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2022-02-07
  • 2022-02-24
  • 2022-12-23
相关资源
相似解决方案