matthiasblaesing commented on issue #7245:
URL: https://github.com/apache/netbeans/issues/7245#issuecomment-2040360450

   This is truffle (the basis for the JS engine) being incompatbile with JDK 22:
   
   ```
       [exec] INFO [org.netbeans.ui.indexing]: Indexing started, time from last 
indexing 2.251 ms.
        [exec] INFO [org.netbeans.ui.indexing]: Indexing finished, indexing 
took 0 ms.
        [exec] SEVERE [org.openide.util.RequestProcessor]: Error in 
RequestProcessor org.openide.WizardDescriptor$Listener$2$1
        [exec] java.lang.NoSuchMethodError: 'void 
sun.misc.Unsafe.ensureClassInitialized(java.lang.Class)'
        [exec]  at 
com.oracle.truffle.api.library.LibraryFactory.ensureLibraryInitialized(LibraryFactory.java:339)
        [exec]  at 
com.oracle.truffle.api.library.LibraryFactory.getUncached(LibraryFactory.java:320)
        [exec]  at 
com.oracle.truffle.api.library.LibraryFactory.<init>(LibraryFactory.java:205)
        [exec]  at 
com.oracle.truffle.api.interop.InteropLibraryGen.<init>(InteropLibraryGen.java:134)
        [exec]  at 
com.oracle.truffle.api.interop.InteropLibraryGen.<clinit>(InteropLibraryGen.java:125)
        [exec]  at java.base/java.lang.Class.forName0(Native Method)
        [exec]  at java.base/java.lang.Class.forName(Class.java:529)
        [exec]  at java.base/java.lang.Class.forName(Class.java:508)
        [exec]  at 
com.oracle.truffle.api.library.LibraryFactory.loadGeneratedClass(LibraryFactory.java:669)
        [exec]  at 
com.oracle.truffle.api.library.LibraryFactory.resolveImpl(LibraryFactory.java:632)
        [exec]  at 
com.oracle.truffle.api.library.LibraryFactory.resolve(LibraryFactory.java:625)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to