Skip to content

Instantly share code, notes, and snippets.

@hekonsek
Last active March 21, 2019 09:14
Show Gist options
  • Save hekonsek/db062cc31635c7730a74c23f769f1d5d to your computer and use it in GitHub Desktop.
Save hekonsek/db062cc31635c7730a74c23f769f1d5d to your computer and use it in GitHub Desktop.
$ 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