You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on my Windows 11 64 machine with jdk 18 installed, I get the following error on startup:
SEVERE: No way to find original stream handler for jar protocol
java.lang.reflect.InaccessibleObjectException: Unable to make field transient java.net.URLStreamHandler java.net.URL.handler accessible: module java.base does not "opens java.net" to unnamed module @40f9161a
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:357)
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
Am I using the wrong idk?
The text was updated successfully, but these errors were encountered:
BTW, it's also possible to use JDK 17, or more recent, by enabling a couple of parameters that I've added to commit e0e853e. Those will be needed until NetBeans adds support for newer versions of the JDK.
Hi,
on my Windows 11 64 machine with jdk 18 installed, I get the following error on startup:
Am I using the wrong idk?
The text was updated successfully, but these errors were encountered: