Go to file
2019-12-30 13:22:18 +01:00
.github/workflows Run with "dumb" terminal 2019-11-20 22:12:32 +01:00
bin Add legacy filename support for jenv 2019-11-22 16:18:54 +01:00
corretto Add Corretto 11.0.4.11.1 2019-12-30 13:22:18 +01:00
zulu Add Azul Zulu 11.0.5 (11.35.13) an 13.0.1 (13.28.11) 2019-11-20 21:29:32 +01: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-10-31 14:59:40 +00:00
set-java-home.fish Create version of set-java-home script for fish shell 2019-10-31 14:57:04 +00:00
set-java-home.sh New architecture 2019-09-09 14:30:31 -04:00

asdf-java

travis ci Join the chat at https://gitter.im/asdf-java/community

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

for fish shell, instead use:

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