File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ SPDX-License-Identifier: MIT
1111** Requirements**
1212
1313- ** Java JDK** : Java 8 or newer installed and ` JAVA_HOME ` configured.
14+ - If your are on a Unix system (MacOS/Linux), [ SDKMAN] ( https://sdkman.io ) is a great tool for managing JDKs.
15+ - Also perfer the latest LTS JDK (currently 25) as it has newer features and fixes.
16+ - Java 8 support is kept, because it is hard to find a decive without support for it.
1417
1518** Quick start — Terminal**
1619
@@ -65,9 +68,10 @@ java -jar build/libs/JavaAppTemplate-all.jar
6568** Troubleshooting**
6669
6770- If Gradle complains about Java version, ensure ` JAVA_HOME ` points to a supported JDK and that ` java -version ` shows the same.
71+ - If you are using SDKMAN run ` sdk current java ` .
6872- On Windows, prefer PowerShell or Git Bash for the provided scripts; ensure ` gradlew.bat ` is executable.
6973- If you get missing dependency errors, run ` ./gradlew --refresh-dependencies ` .
7074
7175** Files**
7276
73- See the main entry point at ` src/main/java/dev/project516/JavaAppTemplate/Main.java ` .
77+ See the main entry point at ` src/main/java/dev/project516/JavaAppTemplate/Main.java ` .
You can’t perform that action at this time.
0 commit comments