Dopo una nuova installazione di Ubuntu 18.04 e successivamente un'installazione di netbeans, netbeans non si avvia. netbeans è stato installato con
sudo apt install netbeans
anche alcuni altri programmi java (almeno Eclipse).
quando si avvia netbeans dalla riga di comando, la JVM stampa seguendo AVVERTENZE:
➜ ~ 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
➜ ~