From d2994ea07f6c7724d271d09cc48ee2177ce8bb1c Mon Sep 17 00:00:00 2001 From: WinG4merBR <68250074+WinG4merBR@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:05:17 -0300 Subject: [PATCH] Update development documentation --- docs/DEVELOPMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index fb81535a7..b250848da 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -8,7 +8,7 @@ Originally, Foxy was developed in TypeScript, but it has now transitioned to Kot - **PowerShell** (Windows) or **Terminal** (Linux/MacOS). > While the Windows Command Prompt may work, it's recommended to use PowerShell for better compatibility. -- **JDK 17 or higher**, preferably from [Adoptium](https://adoptium.net/). Ensure the `JAVA_HOME` environment variable is set correctly. +- **JDK 21 or higher**, preferably from [Adoptium](https://adoptium.net/). Ensure the `JAVA_HOME` environment variable is set correctly. - **To check JAVA\_HOME:** - PowerShell: `echo $env:JAVA_HOME` - Bash: `echo $JAVA_HOME` @@ -76,7 +76,7 @@ If everything is configured correctly, Foxy will start successfully without unex ./gradlew :foxy:shadowJar ``` -2. Locate the generated JAR file in the `build/libs` folder. +2. Locate the generated JAR file in the `foxy/build/libs` folder. 3. Ensure the `foxy.conf` file is properly configured. 4. Run the JAR file using: