Skip to content

Commit cf66afe

Browse files
committed
build.adoc: more plausible example values for JAVA_HOME
1 parent 7336093 commit cf66afe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/site/antora/minie-project/modules/ROOT/pages

src/site/antora/minie-project/modules/ROOT/pages/build.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Here's the recommended procedure:
2424
. Install a https://adoptium.net/releases.html[Java Development Kit (JDK)],
2525
if you don't already have one.
2626
. Point the `JAVA_HOME` environment variable to your JDK installation:
27-
(The path might be something like "C:\Program Files\Java\jre1.8.0_301"
28-
or "/usr/lib/jvm/java-8-openjdk-amd64/" or
27+
(The path might be something like "C:\Program Files\Eclipse Adoptium\jdk-17.0.3.7-hotspot"
28+
or "/usr/lib/jvm/java-21-openjdk-amd64/" or
2929
"/Library/Java/JavaVirtualMachines/liberica-jdk-17-full.jdk/Contents/Home" .)
3030
.. using Bash or Zsh: `export JAVA_HOME="` *path to installation* `"`
3131
.. using https://fishshell.com/[Fish]: `set -g JAVA_HOME "` *path to installation* `"`

0 commit comments

Comments
 (0)