Go to file
2019-10-29 11:28:25 -04:00
bin Add check-jq function to properly show an error when jq is not installed 2019-09-30 16:21:34 +02:00
corretto Point checksum_link to new location of checksum files 2019-09-10 22:05:02 -04:00
zulu master: Bump zulu 8u212 to 8u232 2019-10-29 11:28:25 -04:00
.travis.yml Add jq to OSX 2019-09-09 18:59:10 -04:00
LICENSE New architecture 2019-09-09 14:30:31 -04:00
README.md Update README 2019-09-10 11:36:47 -04:00
set-java-home.sh New architecture 2019-09-09 14:30:31 -04:00

asdf-java

travis ci

Java plugin for the asdf version manager.

Requirements

Install

asdf plugin-add java https://github.com/halcyon/asdf-java.git

Use

Check asdf for instructions on how to install & manage versions of Java.

Install

List candidate JDKs:

asdf list-all java

Install a candidate listed from the previous command like this:

asdf install java adopt-openjdk-12.0.2+10.2

Select an installed candidate for use like this:

asdf global java adopt-openjdk-12.0.2+10.2

JAVA_HOME

To set JAVA_HOME in your shell's initialization add the following:

. ~/.asdf/plugins/java/set-java-home.sh