Skip to content

Commit 8a60675

Browse files
authored
Added Oracle GraalVM to the Install JDK's page (#1210)
1 parent 33d146e commit 8a60675

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
@@ -18,6 +18,7 @@ class OtherJDKsPanel extends React.Component {
1818
{ name: "Eclipse Adoptium's Temurin", url: "https://adoptium.net/" },
1919
{ name: "IBM Semeru Runtimes", url: "https://developer.ibm.com/languages/java/semeru-runtimes/"},
2020
{ name: "Microsoft Build of OpenJDK", url: "https://www.microsoft.com/openjdk" },
21+
{ name: "Oracle GraalVM", url: "https://www.graalvm.org/downloads/" },
2122
{ name: "Oracle Java SE", url: "https://www.oracle.com/java/technologies/javase-downloads.html" },
2223
{ name: "Red Hat build of OpenJDK", url: "https://developers.redhat.com/products/openjdk/download" },
2324
{ name: "SapMachine", url: "https://sapmachine.io" }

0 commit comments

Comments
 (0)