halcyon / asdf-java

A Java plugin for asdf-vm.
MIT License
440 stars 84 forks source link

Inconsistent value of env JAVA_HOME and propery java.home #182

Open introom opened 2 years ago

introom commented 2 years ago

For example

JAVA_HOME env: /Users/john/.asdf/installs/java/zulu-17.30.15

java.home propery: /Users/john/.asdf/installs/java/zulu-17.30.15/zulu-17.jdk/Contents/Home

We shall point JAVA_HOME to be the same as java.home property.