Ubuntu 18.04の新規インストール後、netbeansのインストール後、netbeansは起動しません。netbeansがインストールされた
sudo apt install netbeans
他のいくつかのJavaプログラム(少なくともEclipse)も起動しません。
コマンドラインからNetBeansを起動すると、JVMは次の警告を出力します。
➜ ~ netbeans
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/usr/share/netbeans/platform18/lib/boot.jar) to field java.net.URL.handler
WARNING: Please consider reporting this to the maintainers of org.netbeans.ProxyURLStreamHandlerFactory
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
➜ ~