gpt4 book ai didi

java -xbootclass path 不再是受支持的选项

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:34:47 26 4
gpt4 key购买 nike

我升级了linux系统,java包也升级了。我正在使用命令 java -Xbootclasspath/p:b.jar -jar c.jar 运行一个 jar 文件,现在出现此错误:

-Xbootclasspath/p is no longer a supported option.

Error: Could not create the Java Virtual Machine.

Error: A fatal exception has occurred. Program will exit.

最佳答案

JAVA 11不支持-Xbootclasspath/p:,所以你的命令应该从/p:改为/a: .

之前:

java -noverify -Xbootclasspath/p:

之后:

java -noverify -Xbootclasspath/a:

关于java -xbootclass path 不再是受支持的选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50867372/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com