We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5eb9cd commit b0acc90Copy full SHA for b0acc90
src/install-jdk/assets/features/components/OtherJDKsPanel.tsx
@@ -14,6 +14,7 @@ class OtherJDKsPanel extends React.Component {
14
public render() {
15
const jdkList = [
16
{ name: "Amazon Corretto", url: "https://aws.amazon.com/corretto" },
17
+ { name: "Azul Zulu", url: "https://www.azul.com/downloads/?package=jdk" },
18
{ name: "Eclipse Adoptium's Temurin", url: "https://adoptium.net/" },
19
{ name: "Microsoft Build of OpenJDK", url: "https://www.microsoft.com/openjdk" },
20
{ name: "Oracle Java SE", url: "https://www.oracle.com/java/technologies/javase-downloads.html" },
0 commit comments