Skip to content

Commit 6eb4705

Browse files
authored
Improve readme section of Java installation from SDKMan . (#461)
Co-authored-by: pelekon <[email protected]>
1 parent 3fa3d44 commit 6eb4705

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Alternatively, you can use a JDK manager like [sdkman](https://sdkman.io/install
3434
$ export JAVA_HOME="$(sdk home java current)"
3535
```
3636

37+
E.g sdkman install command:
38+
39+
```bash
40+
sdk install java 25.0.1-amzn
41+
```
42+
3743
## Self-publish supporting Java libraries
3844

3945
Swift-java relies on supporting libraries that are under active development and not yet published to Maven Central. To use the project, you'll need to self-publish these libraries locally so your Java project can depend on them.

0 commit comments

Comments
 (0)