java.endorsed.dirs=”” 不再受支持。IntelliJ 2019.3

huangapple 未分类评论61阅读模式
英文:

java.endorsed.dirs="" is no longer supported. IntelliJ 2019.3

问题

我遇到了以下问题:

> JVMJ9VM148E java.endorsed.dirs="" 不再受支持。只能通过可升级模块支持背书标准覆盖机制。 错误:无法创建Java虚拟机。 错误:发生了致命异常。程序将退出。

当尝试在IntelliJ 2019.3中运行Java 11程序时发生这个问题。
这是在我更新了IntelliJ之后开始出现的。

我在StackOverflow上找到了这个问题:https://stackoverflow.com/questions/46419496/how-do-you-replace-endorsed-directory-in-java-9

还有这个来自IntelliJ的链接:https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000615010-IntelliJ-is-adding-a-no-longer-supported-Djava-endorsed-dirs-JDK-9-parameter-on-Gradle-runs-which-results-in-failure

但是都不适用于我的情况。

有人知道我如何解决这个问题吗?提前谢谢。

英文:

I am getting

> JVMJ9VM148E java.endorsed.dirs="" is no longer supported. The endorsed-standards override mechanism is only supported via upgradable modules.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

When trying to run a Java 11 program in IntelliJ 2019.3
This started happening after I updated my IntelliJ.

I have found this question on StackOverflow,: https://stackoverflow.com/questions/46419496/how-do-you-replace-endorsed-directory-in-java-9

And also this: form IntelliJ, https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000615010-IntelliJ-is-adding-a-no-longer-supported-Djava-endorsed-dirs-JDK-9-parameter-on-Gradle-runs-which-results-in-failure

but none apply to my situation.

Does anyone know ho I can solve this? Thanks in advance.

huangapple
  • 本文由 发表于 2020年3月15日 07:01:14
  • 转载请务必保留本文链接:https://java.coder-hub.com/60688117.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定