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 33d146e commit 8a60675Copy full SHA for 8a60675
src/install-jdk/assets/features/components/OtherJDKsPanel.tsx
@@ -18,6 +18,7 @@ class OtherJDKsPanel extends React.Component {
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 GraalVM", url: "https://www.graalvm.org/downloads/" },
22
{ name: "Oracle Java SE", url: "https://www.oracle.com/java/technologies/javase-downloads.html" },
23
{ name: "Red Hat build of OpenJDK", url: "https://developers.redhat.com/products/openjdk/download" },
24
{ name: "SapMachine", url: "https://sapmachine.io" }
0 commit comments