kotlinの環境構築をし、コードを実行したら以下の警告が出ました。VSvodeを使用しております。---
kotlin
1 2Java 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. 3WARNING: An illegal reflective access operation has occurred 4WARNING: Illegal reflective access by com.intellij.util.ReflectionUtil to method java.util.ResourceBundle.setParent(java.util.ResourceBundle) 5WARNING: Please consider reporting this to the maintainers of com.intellij.util.ReflectionUtil 6WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations 7WARNING: All illegal access operations will be denied in a future release 8
解消方法のわかる方ご回答お願いします。
回答1件
あなたの回答
tips
プレビュー