On Tue, Oct 3, 2017 at 3:18 PM, Damjan Jovanovic <[email protected]> wrote:
> Now what: > 1. Ship our own builds of OpenJDK, in matching bitness. Do the licences > (GPL for JVM, GPL-with-classpath-exception for class library) allow us to? > To answer my own question, we can't ship OpenJDK - according to http://apache.org/legal/resolved.html#optional "Apache projects cannot distribute any such components within their releases". We could however download and install an OpenJDK binary distribution at run-time, as needed and after user confirmation, from something like https://github.com/ojdkbuild/ojdkbuild, for these cases where Oracle's JDK is unsupported.
