jdk_switcher
jdk_switcher copied to clipboard
A yet another Ubuntu/Debian-specific tool that makes switching between multiple JDK versions a one liner
AdoptOpenJDK (https://adoptopenjdk.net/index.html) is a vendor-neutral hosting platform for many highly-tested and supported JDKs. It is also the only place to get an equivalent of the IBM JDK past Java 8...
Faced with this issue on travis-ci https://travis-ci.org/teamed/qulice/jobs/393331163#L460-L465 and reproduced locally ```bash jdk_switcher use openjdk8 Switching to OpenJDK8 (java-1.8.0-openjdk-amd64), JAVA_HOME will be set to /usr/lib/jvm/java-8-openjdk-amd64 update-java-alternatives: plugin alternative does not exist:...
[Azul Systems](https://www.azul.com/) offers for free a highly tested and certified OpenJDK that has an option for commercial support. The distribution is named [Zulu](https://www.azul.com/products/zulu-and-zulu-enterprise/). It is 100% compatible with the Oracle...
Hi On Ubuntu, the Oracle JDK7 is installed in `/usr/java/jdk1.7.0_80/`. Thus jdk_switcher won't work. Thus, adding a new function like set, to set the homeof a JDK will help in...