On Thu, 27 Oct 2022 at 08:43, Anton V. Kirilchik <kosmonaf...@gmail.com> wrote: > Is it possible, to do it like in Idea, which runs on jdk distributed with, > and each project in idea can be built and run on diferrent JDK?
Yes, this is exactly what the community installers do - https://netbeans.apache.org/download/nb15/index.html#_community_installers Use Tools / Java Platforms in the IDE to register or download alternative JDKs for projects. Unfortunately bundling a JDK is not possible directly from Apache for various reasons, including licensing of parts of the JDK being GPL (without classpath exception). Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists