英文:
Unrecognized VM option 'UnsyncloadClass'
问题
我在运行 jboss-fuse-6.2.0.redhat-133 目录下的 bin/fuse 命令时,遇到了以下错误:
无法识别的虚拟机选项 'UnsyncloadClass'
有人可以帮忙解决这个问题吗?
英文:
I am recieving the following error when running the command bin/fuse in the jboss-fuse-6.2.0.redhat-133 directory
Unrecognized VM option 'UnsyncloadClass'
Can anyone help with this?
答案1
得分: 2
看起来你正在使用JDK 11。
标志 UnsyncloadClass(以及 MustCallLoadClassInternal)已经被弃用。如果它们遵循协议,它们在版本10中被弃用,在11中被废弃,在12中被移除。
英文:
It seems you are using JDK 11.
The flag UnsyncloadClass (as well as MustCallLoadClassInternal) were deprecated. If they followed the protocol, they deprecated in Version 10, obsoleting them in 11, and removal in 12.
专注分享java语言的经验与见解,让所有开发者获益!

评论