Po nowej instalacji Ubuntu 18.04, a następnie instalacji netbeans, netbeans nie uruchamia się. Netbeans został zainstalowany z
sudo apt install netbeans
niektóre inne programy Java (przynajmniej Eclipse) również się nie uruchamiają.
podczas uruchamiania netbeans z wiersza poleceń JVM drukuje następujące OSTRZEŻENIA:
➜ ~ 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
➜ ~