We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c345f3 commit b0f8d5bCopy full SHA for b0f8d5b
1 file changed
src/install-jdk/assets/features/components/OtherJDKsPanel.tsx
@@ -16,6 +16,7 @@ class OtherJDKsPanel extends React.Component {
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: "IBM Semeru Runtimes", url: "https://developer.ibm.com/languages/java/semeru-runtimes/"},
20
{ name: "Microsoft Build of OpenJDK", url: "https://www.microsoft.com/openjdk" },
21
{ name: "Oracle Java SE", url: "https://www.oracle.com/java/technologies/javase-downloads.html" },
22
{ name: "Red Hat build of OpenJDK", url: "https://developers.redhat.com/products/openjdk/download" },
0 commit comments