I used sdkman to install groovy which went fine. Where is the installed package now? I need the path for it. I am on Ubuntu 14.04.
The installed SDKs are stored in the SDKMAN! directory which defaults to ~/. sdkman/candidates. Therefore, the currently selected version of Java will also be available as current in that directory.
When you run sdk install , the downloaded binaries get saved in $HOME/. sdkman/archives . For example, $HOME/. sdkman/archives/java-8.0.
SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems. It provides a convenient Command Line Interface (CLI) and API for installing, switching, removing and listing Candidates.
I've checked it on my system. It should be located in $HOME/.sdkman/candidates/
.
Upon installation, SDKMAN creates an environment variable $SDKMAN_DIR
which points to the installation directory.
Usuall it's ~/.sdkman
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With