Skip to content

Commit b0f8d5b

Browse files
Add IBM Semeru Runtimes to Other JDKs list (#1113)
1 parent 8c345f3 commit b0f8d5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/install-jdk/assets/features/components/OtherJDKsPanel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class OtherJDKsPanel extends React.Component {
1616
{ name: "Amazon Corretto", url: "https://aws.amazon.com/corretto" },
1717
{ name: "Azul Zulu", url: "https://www.azul.com/downloads/?package=jdk" },
1818
{ name: "Eclipse Adoptium's Temurin", url: "https://adoptium.net/" },
19+
{ name: "IBM Semeru Runtimes", url: "https://developer.ibm.com/languages/java/semeru-runtimes/"},
1920
{ name: "Microsoft Build of OpenJDK", url: "https://www.microsoft.com/openjdk" },
2021
{ name: "Oracle Java SE", url: "https://www.oracle.com/java/technologies/javase-downloads.html" },
2122
{ name: "Red Hat build of OpenJDK", url: "https://developers.redhat.com/products/openjdk/download" },

0 commit comments

Comments
 (0)