File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -62,14 +62,27 @@ If your main concern is with the `Core` you don't need to build and start the wh
62
62
63
63
## Other editors
64
64
65
- ### No editor, Ubuntu 24.04
65
+ ### No editor, Linux or macOS
66
+
67
+ The first step is to install Temurin JDB 17 - LTS.
68
+ For Linux on x86, download:
69
+ https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.15%2B6/OpenJDK17U-jdk_x64_linux_hotspot_17.0.15_6.tar.gz
70
+
71
+ For macOS users on Apple Silicon, download:
72
+ https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.15%2B6/OpenJDK17U-jdk_aarch64_mac_hotspot_17.0.15_6.pkg
73
+
74
+ For everyone else, visit:
75
+ https://adoptium.net/temurin/releases/?package=jdk&version=17&os=any&arch=any
76
+
66
77
67
78
```
68
- sudo apt install openjdk-17-jdk openjdk-17-source
69
- export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64/
79
+ export JAVA_HOME=/path/to/temurin/jdk-17.0.15+6/
70
80
./gradlew build
71
- ./gradlew tets
81
+ ./gradlew test
82
+
72
83
./gradlew package
84
+ # or
85
+ ./gradlew run
73
86
```
74
87
75
88
## Troubleshooting and Setup Tips (IntelliJ IDEA)
You can’t perform that action at this time.
0 commit comments