Java HotSpot(TM) 64-Bit Server VM warning_ Sharing is only supported for boot loader classes because

PiggyOne123 2024-07-01 14:35:02 阅读 90

今天在学习freemarker静态化页面的时候遇到了这个错误:

Java HotSpot™ 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended

最终我找到了解决办法

解决办法原帖:https://stackoverflow.com/questions/65613084/java-hotspottm-64-bit-server-vm-warning-sharing-is-only-supported-for-boot-lo

您只需在代码编辑器配置的 VM 选项中包含 -Xshare:off 即可,也就是运行/调试配置 -> 编辑配置模板 -> 添加虚拟机选项 -Xshare:off

1.

image.png

2.

勾上Add VM options,点击apply

image.png

3.在后面填上 -Xshare:off

image.png

4.再次运行

image.png

就解决了

❤️❤️❤️❤️❤️❤️



声明

本文内容仅代表作者观点,或转载于其他网站,本站不以此文作为商业用途
如有涉及侵权,请联系本站进行删除
转载本站原创文章,请注明来源及作者。