netbeans
netbeans copied to clipboard
Implement Project JDK property/handling for VSNetBeans
Description
in VSNetBeans we need to provide project JDK, separate from VSNetBeans runtime jdk. Currently when netbeans.jdkhome is set it is set also for Project JDK. It will be very beneficial to allow VSNetBeans to run on one JDK and set JDK for project to different one. E.g. VSNetBeans will run on JDK21 and project can still be with JDK8.
It will also prevent restarts of VSNetBeans when JDK changes.
Use case/motivation
No response
Related issues
No response
Are you willing to submit a pull request?
No