Java9 (JDK9) を使用してDMelt プログラム ( http://jwork.org/dmelt/ ) プログラムを実行しようとしていますが、次のようなエラーが表示されます。
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.python.core.PySystemState (file:/dmelt/jehep/lib/jython/jython.jar) to method java.io.Console.encoding()
WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
どうすれば修正できますか?スクリプト「dmelt.sh」の最後の行に –illegal-access=permit を追加しようとしましたが (Linux で bash を使用しています)、この問題は解決しませんでした。私はこれに非常にイライラしています。私はこのプログラムを非常に頻繁に、非常に長い間使用していました。JDK9に移行するべきではないかもしれません