Which vendor's JDK do people use?
# getting-started
f
Which vendor's JDK do people use?
j
JDK 8
f
Oracle's?
t
Mostly. But I've heard that OpenJDK is a decent alternative
f
yea that's what I'm interested in
There are many sources
g
I recently used the one from azul, since they have an 'official' docker alpine java 11 image mostly. https://www.azul.com/downloads/zulu/zulu-download-alpine/
s
OpenJDK and Zulu are good options.
f
what do you think about adoptopenjdk
n
i’m using adoptopenjdk’s java 11 on my laptop works fine i mean, they are all bundles of the same source code (but zulu i think) so, it’s a pretty safe bet
f
yes thats what I downloaded too
seems a good choice