原文:console报错:"-Djava.endorsed.dirs=D:\apache-tomcat-9.0.7\endorsed is not supported. Endorsed standards and standalone APIs in modular form will be supported via the concept of upgradeable modul"的原因及解决办法

我使用eclipse创建了一个web项目,然后用Tomcat服务器run这个项目时发现它先是警告: Error:Could not create the Java Virtual Machine.Errpr:A fatal exception has occurred.Program will exit. 然后在console中报错: Djava.endorsed.dirs D: working ...

2018-04-16 15:20 0 7772 推荐指数:

查看详情

java.endorsed.dirs

java.ext.dirs 用于扩展jdk的系统库,那么 -Djava.endorsed.dirs 又有什么神奇的作用呢? java提供了endorsed技术: 关于endorsed:可以的简单理解为-Djava.endorsed.dirs指定的目录面放置的jar文件,将有覆盖 ...

Tue Jun 27 17:43:00 CST 2017 0 2574
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM