Closed
Description
Motivation is to start testing with JDK9, and to be able to run our community build with betas of JDK8 minor releases.
There is an Ubuntu package that downloads and installs JDK9. This appears to be actively maintained. It requires add-apt-repository ppa:webupd8team/java
.
https://launchpad.net/~webupd8team/+archive/ubuntu/java
https://launchpad.net/~webupd8team/+archive/ubuntu/java/+packages
Alternatively, we could grab a binary ourselves:
curl -L --verbose https://home.java.net/download/java/jdk9/archive/115/binaries/jdk-9-ea+115_linux-x86_bin.tar.gz
And make that available on the system.
Chef's java
cookbook supports an install from a URL, too. See "Production Deployment with Oracle Java" on https://supermarket.chef.io/cookbooks/java.
I've no idea which way to go, so /assign to @adriaanm.