Last active
March 21, 2019 09:14
-
-
Save hekonsek/db062cc31635c7730a74c23f769f1d5d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ jabba ls-remote | grep openjdk | grep 12 | |
[email protected] | |
[email protected] | |
$ jabba install [email protected] | |
# Make OpenJDK 12 your default JVM | |
$ jabba alias default [email protected] | |
## Let's check our Java version! | |
$ which java | |
~/.jabba/jdk/[email protected]/bin/java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment