Skip to content

Commit 07c1b0c

Browse files
authored
Document java 18 requirement (#271)
1 parent 853fee2 commit 07c1b0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@ Before installing locally, you need to install prerequisites: npm, maven, protob
227227

228228
brew install npm maven protobuf
229229

230-
You also need to have [Java 13](https://www.oracle.com/technetwork/java/javase/downloads/index.html) installed. Point the `JAVA_HOME` environment variable to it. For example, on Mac OS:
230+
You also need to have [Java 18](https://www.oracle.com/technetwork/java/javase/downloads/index.html) installed. Point the `JAVA_HOME` environment variable to it. For example, on Mac OS:
231231

232-
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/
232+
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-18.0.2.1.jdk/Contents/Home/
233233

234234
Assuming you have these prerequisites, you should be able to install locally using:
235235

0 commit comments

Comments
 (0)