Closed anthonyvdotbe closed 2 months ago
The extension is unusable due to exceptions caused by
java.lang.ClassNotFoundException: com.sun.source.tree.StringTemplateTree
with jdk.advanced.disable.nbjavac set to true and jdk.jdkhome pointing to a JDK 24 build. Probably because NetBeans hasn't removed its String Templates support yet, but the JDK has.
jdk.advanced.disable.nbjavac
true
jdk.jdkhome
I believe this will be resolved when we upgrade to NetBeans 23 as the backend.
Merged in 23.0.0
The extension is unusable due to exceptions caused by
with
jdk.advanced.disable.nbjavac
set totrue
andjdk.jdkhome
pointing to a JDK 24 build. Probably because NetBeans hasn't removed its String Templates support yet, but the JDK has.