Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,19 @@ OpenJDK 64-Bit Server VM (build 25+37-LTS, mixed mode, sharing)
</details>

<details>
<summary>Linux/macOS/FreeBSD</summary>
<summary>macOS</summary>

```
> /usr/libexec/java_home --exec java -version
openjdk version "25" 2025-09-16 LTS
OpenJDK Runtime Environment (build 25+37-LTS)
OpenJDK 64-Bit Server VM (build 25+37-LTS, mixed mode, sharing)
```

</details>

<details>
<summary>Linux/FreeBSD</summary>

```
> $JAVA_HOME/bin/java -version
Expand Down
14 changes: 13 additions & 1 deletion docs/Contributing_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,19 @@ OpenJDK 64-Bit Server VM (build 25+37-LTS, mixed mode, sharing)
</details>

<details>
<summary>Linux/macOS/FreeBSD</summary>
<summary>macOS</summary>

```
> /usr/libexec/java_home --exec java -version
openjdk version "25" 2025-09-16 LTS
OpenJDK Runtime Environment (build 25+37-LTS)
OpenJDK 64-Bit Server VM (build 25+37-LTS, mixed mode, sharing)
```

</details>

<details>
<summary>Linux/FreeBSD</summary>

```
> $JAVA_HOME/bin/java -version
Expand Down