I recently read the (sdkman) blog post about the download link issues for Oracle JDK. Unfortunately, OpenJDK is not an option for our organization, but still, we desperately need the version management features of sdkman.
This may be somewhat wonky, but what if the user could download their own file and provide the file locally to sdkman?
I would very much appreciate that. Currently – only for one project – I absolutely need the Oracle SDK. So what I needed to do was:
Next time, I need to use the sdks installed via sdkman, I need to uncomment that section. This is annoying.
Closing this as I was made aware of the local install feature of sdkman:
Example for using a preinstalled (local) version of the oracle jdk with sdkman on Ubuntu 14.04:
sdk install java 8u131-oracle-local /usr/lib/jvm/java-8-oracle
sdk default java 8u131-oracle-local
Most helpful comment
Example for using a preinstalled (local) version of the oracle jdk with sdkman on Ubuntu 14.04: