Closed parkerlamb closed 6 months ago
You also have to complete the DCO check. Follow the "Details" link to learn how to do that.
Thanks for the comments - I think I've addressed everything
Thanks!
hi @mike-lischke, could you publish a new release to include this feature?
hi @mike-lischke , we really would like to get an ew release with that feature. thanks
Fixes issue #57.
This adds a new configuration variable called
javaHomeOverride
. This allows users to explicitly set JAVA_HOME if it is not present or if they wish to use a different Java installation. The Java executable is looked up at${javaHomeOverride}/bin/java
in this case.This also changes the default behavior to use
$JAVA_HOME/bin/java
as the Java executable to be consistent.If neither of
javaHomeOverride
or the JAVA_HOME environment variable are set then the extension attempts to launchjava
in PATH as before.I'm happy to adjust this as needed, feedback welcome.