Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java 11 JRE's from adoptopenjdk are not supported #69

Open
treaves opened this issue Jan 29, 2019 · 1 comment
Open

Java 11 JRE's from adoptopenjdk are not supported #69

treaves opened this issue Jan 29, 2019 · 1 comment

Comments

@treaves
Copy link

treaves commented Jan 29, 2019

The task createBundleJRETask ends up copying into the bundle nothing, as the directories are all excluded. For example, there is no longer a JRE directory (which is what is included in the task). Perhaps some logic that looks into the Info.plist of the 'JRE' to determine its type and what needs to get copied over.

The JRE is downloaded via an API at https://api.adoptopenjdk.net/v2/binary/nightly/openjdk11?openjdk_impl=hotspot&os=mac&arch=x64&release=latest&type=jre

@chrisvire
Copy link

This isn't limited to adoptopenjdk. It is Java 11 in general. For example, Amazon Corretto's JDK 8 works but JDK 11 doesn't since there isn't a jre directory in Java 11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants