For NetBeans running on JDK 11, I could find out about at least one problem:
In org.netbeans.api.java.source.TreeUtilities, there's a reference to
Kind.RECORD (line 112), which exists only as of JDK 16. So, when running
on JDK 11 this leads to an error.
Kind regards,
Peter
PS: Full stack trace
Hi,
+1 (binding)
- SHA512 OK, GPG signature verified & is in KEYS file
- LICENSE, NOTICE, DEPENDENCIES seem sane
- build OK (JDK 9)
- extension installs OK from source build & convenience binary
- briefly tested on micronaut-starter, project opens, builds.
- Ubuntu Linux 19.04 + oracle JDK11 run