JaroslavTulach opened a new pull request #2480: URL: https://github.com/apache/netbeans/pull/2480
It all started with a bug report: Java Language Server ignores `JAVA_HOME` environment variable. Then it continued with a discussion and the conclusion was made to mimic behavior of the existing VSCode Java extension. E.g. to search locations: - `netbeans.jdkhome` setting (workspace then user settings) - `java.home` setting (workspace then user settings) - `JDK_HOME` environment variable - `JAVA_HOME` environment variable - current system path `netbeans.jdkhome` is checked to give the user chance to exactly specify JDK just for NbCode. Other locations are checked for compatibility reasons. As soon as `netbeans.jdkhome` or `java.home` settings are set the NbCode Java part is restarted. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
