-
Notifications
You must be signed in to change notification settings - Fork 16
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
Can't provision a java 7 toolchain. #77
Comments
The failure above is about probing the JVM (which is basically starting up an instance of it to figure out data about it). So downloading and extracting work, the problem happens later. From the top of my head I would guess the problem is due to that particular JVM not having the right architecture for the machine it's being used on. You can confirm that by trying to start a java process from it by hand. If I'm right, then this is a known problem for which we don't really have a solution so far: #5 |
ahh, yeah. it appears to seg fault. |
Try using |
looks like |
I'm working on a project where I provision many different java versions to compile multiple sourceSets. And it appears that foojay fails to download/extract a working build of java 7. the api redirect does appear to download a working java 7 build, but it can't use it for some reason. tested on archlinux and the github ci
java 6 works....
The text was updated successfully, but these errors were encountered: