gvmsdkman

Upgrading from GVM to SDKMAN


I just upgraded from GVM to SDKMAN. When I run any of the list commands to see what versions of the various sdks I have installed (e.g. sdk list grails), none of them are getting displayed with asterisks next to them even though they were installed and being used through GVM. Not sure what the deal is.


Solution

  • The cause might be you didn't run the following command

    export SDKMAN_DIR="$HOME/.sdkman"
    source "$HOME/.sdkman/bin/sdkman-init.sh"
    

    For more detail, I wrote the post on updating sdkman from gvm.

    http://mike-neck.hatenadiary.com/entry/2015/09/17/234228