Skip to content

Commit f146bbb

Browse files
authored
Merge pull request #28 from redhat-scholars/kdubois-patch-1
Update with adoptium links and Java 21
2 parents 8dc96ea + fd4cf66 commit f146bbb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

documentation/modules/ROOT/pages/setup.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ TIP: By default, the commands in this tutorial are using Docker, but you use `po
1818
| https://podman-desktop.io/downloads[Podman Desktop for Linux, window="_blank"]
1919
| https://podman-desktop.io/downloads[Podman Desktop for Windows, window="_blank"]
2020

21-
| **Java 17**
22-
| `brew tap AdoptOpenJDK/openjdk && brew cask install adoptopenjdk17`
23-
| `dnf install java-17-openjdk.x86_64`
24-
| https://adoptopenjdk.net[Windows] (Make sure you set the `JAVA_HOME` environment variable and add `%JAVA_HOME%\bin` to your `PATH`)
21+
| **Java 21 (or 17)**
22+
| https://adoptium.net/installation/
23+
| https://adoptium.net/installation/
24+
| https://adoptium.net/installation/ (Make sure you set the `JAVA_HOME` environment variable and add `%JAVA_HOME%\bin` to your `PATH`)
2525

2626
| **Apache Maven 3.6.2+**
2727
| `brew install maven`
@@ -31,4 +31,4 @@ TIP: By default, the commands in this tutorial are using Docker, but you use `po
3131

3232
|===
3333

34-
--
34+
--

0 commit comments

Comments
 (0)