idea报错Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated

最近在使用idea的时候,idea总是显示警告信息:Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. 

我的解决办法是:

第一步:选择下图的   Edit  Configurations

idea报错Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated_第1张图片

第二步:然后在跳转出的界面中找到   Enable  launch optimization   将其前面的对勾取消掉即可

 

idea报错Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated_第2张图片

 最终来看看效果:

      idea报错Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated_第3张图片

没有了,解决了

 

[转载衔接](https://blog.csdn.net/qq_50514173/article/details/128876534)

你可能感兴趣的:(java,css,开发语言)