首页 > 其他 > 详细

运行 ./goland.sh报错OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.

时间:2021-09-07 15:13:04      阅读:13      评论:0      收藏:0      [点我收藏+]

问题:

运行 ./goland.sh报错

OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
技术分享图片

原因:

我用的是网上的经常出现的呢个破解方法,原因是goland配置的破解补丁路径出错

解决办法:

找到goland64.vmptions文件,使用find命令
技术分享图片

找到后修改里面的内容,
修改/home/你的用户名/.config/JetBrains/GoLand2021.2/goland64.vmoptions里的内容

原来是
技术分享图片
修改后

技术分享图片

之后再运行./goland.sh 成功运行

运行 ./goland.sh报错OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.

原文:https://www.cnblogs.com/CJ-cooper/p/15235177.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!