Hello, I'm back to my problem that has hindered me updating to any Netbenas after 8.2...
My Application (ear, ejb, war) is still on JDK 8 with an ant build. When I start NB 12.6 with JDK8 runtime, all is fine with the application. But I can't edit; the editor has strange behaviour and reports show a missing method CharBuffer.flip() (just sent a problem report from NB) When I start NB 12.6 with JDK11 runtime, all is fine with NB and editors. But I can't compile: Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException in the ant build. So I add JDK8 as a NB platform, and change my project to use JDK8 ... but this seems not to affect the ant build. It still breaks. Seems the ant build does not respect JDK platform setting? Ideas welcome. Thanks Tom. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists