새로운 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
➜ ~