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.
2.
勾上Add VM options,点击apply
3.在后面填上 -Xshare:off
4.再次运行
就解决了
❤️❤️❤️❤️❤️❤️
上一篇: 【编译原理】中间代码生成的实现(实验报告+C/C++源程序)
下一篇: auto.js教程(autojs教程、autox.js、autoxjs)笔记(五)环境搭建——5、autojs插件安装和使用(vscode插件)6、autojs手机端(模拟器端)和电脑端相互连接
本文标签
Java HotSpot(TM) 64-Bit Server VM warning_ Sharing is only supported for boot loader classes because
声明
本文内容仅代表作者观点,或转载于其他网站,本站不以此文作为商业用途
如有涉及侵权,请联系本站进行删除
转载本站原创文章,请注明来源及作者。