Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ jabba uninstall [email protected]
# link system JDK
jabba link [email protected] /Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk

#To install Graal VM. Download the GraalVM
jabba link [email protected] /tools/graalvm-ce-1.0.0-rc14/
#Please note that system is constant.

# list all installed JDK's
jabba ls

Expand Down