Go to file
2020-01-19 14:52:01 +01:00
.github/workflows Fix the GitHub tests workflow 2019-12-30 17:25:30 +01:00
bin Resolves #40 - don't change directory to ${PWD} on EXIT 2020-01-14 15:48:14 -05:00
corretto Add Corretto 8.242.07.1 and 11.0.6.10.1 2020-01-19 14:52:01 +01:00
zulu Add Zulu 8.42.0.23 (JDK 8.0.232) 2019-12-30 18:05:41 +01:00
.travis.yml Fix tests in Travis CI 2019-12-30 17:40:58 +01:00
LICENSE New architecture 2019-09-09 14:30:31 -04:00
README.md Add badge for GitHub Actions workflow 2019-12-30 23:55:38 +01: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

Build status 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