On Sun, 23 Jan 2022 at 04:41, Peter Blemel <[email protected]> wrote: > I have confirmed that adding the new JDK via the Project Properties -> Manage > Java Platforms for the platform app and selecting it results in the same > exceptions as changing the JDK home in netbeans.conf (which I changed back to > JDK 14). Using JDK 14 doesn't throw any exceptions, but JDK 17 does. This > is pretty low on my list of priorities, since I can either just use 14 or > re-install with 17.
You probably need to copy some/all of the netbeans_default_options into a custom conf file for your application. IIRC the default app conf isn't suitable for JDK 17. eg. https://github.com/praxis-live/praxis-live/blob/master/nbproject/project.properties#L4 https://github.com/praxis-live/praxis-live/blob/master/resources/praxislive.conf#L42 Best wishes, Neil --------------------------------------------------------------------- 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
