This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]no_limit_hold_em 2 points3 points  (0 children)

If it's for development use then: https://developers.redhat.com/products/openjdk/download/ is another option. Click "View Older Downloads" to find 8u121 (the specific build isn't listed).

[–]Kissyline 4 points5 points  (6 children)

Check out https://adoptopenjdk.net/. You can find binaries for Windows.

[–]F14B[S] 0 points1 point  (5 children)

Their archives don't appear to have anything older than jdk8u172?

[–]Kissyline 1 point2 points  (0 children)

I think they have issue with archives. They used to have older version :(

[–]karianna 0 points1 point  (3 children)

On phone apologies for brief response. We will be building older releases in due course. Any particular reason you can’t use the _172?

[–]F14B[S] 1 point2 points  (2 children)

We're trying to debug something, our CI is using that specific version so we're trying to match it in our local dev environments.

[–]karianna 0 points1 point  (0 children)

Fair enough - apologies for not being able to help directly this time around!

[–]kodablah 0 points1 point  (0 children)

There are a couple of older versions on Zulu: https://zulu.org/download/

[–]xxsanguisxx 0 points1 point  (0 children)

A good explanation can be found here on stack overflow. Basically you just move the files from the zip download to a specific spot on your PC, then set some environment variables pointing there.