Kun käynnistän Kubuntussa
Netbeans-ohjelmaa, tulee konsoliin tällaiset tekstit:
$ 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
$
Netbeans on asennettu pakettivarastoista.
Samanlainen virhe tulee
Gephi-ohjelmalla.
$ ./gephi
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/home/user/temp/gephi/gephi-0.9.2/platform/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
Tämä johtunee uusista Kubuntun tai Ubuntun 18.04 -versioista. Aiemmin ohjelmat ovat toimineet. Boot.jar tiedosto tekee viittauksen, joka saa aikaan virheen. Noissa kahdessa esimerkisssä boot.jar on eri tiedostot. Tästä voisi päätellä, että kummassakin samanlainen virhe johtuu jostain OpenJDK:hon liittyvästä asiasta tai käyttöjärjestelmästä.