2023年12月22日金曜日

OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.

 OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.

kotlin をaptでインストールしコンパイルしたところこのメッセージ

curl -s get.sdkman.io | bash 
sdkでインストールしたところうまくいった
 sdk install kotlin
 kotlinc hello2.kt -include-runtime -d hello.jar 

hello.jarにメイン・マニフェスト属性がありません
といわれた
rm -f META-INF
うまくいった 

0 件のコメント:

コメントを投稿