Sdkman-cli: Oracle JDK - Ability to Download Your Own File?

Created on 6 Jun 2017  Â·  3Comments  Â·  Source: sdkman/sdkman-cli

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?

Most helpful comment

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

All 3 comments

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:

http://sdkman.io/usage.html#localversion

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
Was this page helpful?
0 / 5 - 0 ratings

Related issues

ncowles picture ncowles  Â·  3Comments

hho picture hho  Â·  4Comments

pshirshov picture pshirshov  Â·  6Comments

edmondo1984 picture edmondo1984  Â·  6Comments

unknowpe picture unknowpe  Â·  7Comments