Skip to content

Commit 87d7bba

Browse files
authored
docs: Clarify JAVA_HOME setup and initial build expectations for all OSes (#37415)
1 parent 630f32a commit 87d7bba

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ These steps and instructions on getting started are outlined below as well.
4141
- A [GitHub](https://github.com/) account.
4242
- A Linux, macOS, or Microsoft Windows development environment.
4343
- Java JDK 11 (preferred, or 8, 17, 21) installed.
44+
- General note:
45+
- Set `JAVA_HOME` to the JDK **installation directory**, not the `bin` directory
46+
- (Window for example: `C:\Program Files\Eclipse Adoptium\jdk-11.x.x`)
47+
- If multiple JDK versions are installed, ensure Java 11 appears first on `PATH`
48+
- The initial Gradle build may take 10–15 minutes due to dependency downloads
4449
- Latest [Go](https://golang.org) 1.x installed.
4550
- [Docker](https://www.docker.com/) installed for some tasks including building worker containers and testing changes to this website locally.
4651
- For SDK Development:

0 commit comments

Comments
 (0)