Skip to content

Commit

Permalink
add installation instruction for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vphan916 committed Sep 13, 2024
1 parent b00d337 commit a7cd6f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions languages/java/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jenv shell 17
./gradlew build
```

### Windows

Download JDK for windows here: https://www.oracle.com/in/java/technologies/downloads/#java17

Go to System Environment Variables and point JAVA_HOME to where the JDK software is located, for example: JAVA_HOME=C:\Program Files\Java\jdk1.6.0_02.

## Example SDK Usage Project

```shell
Expand Down

0 comments on commit a7cd6f4

Please sign in to comment.