Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| games:windows:void_runescape_634 [2026/04/03 19:31] – [Block] Sean Rhone | games:windows:void_runescape_634 [2026/05/19 03:28] (current) – Sean Rhone |
|---|
| |
| * https://aka.ms/download-jdk/microsoft-jdk-17-windows-x64.msi | * https://aka.ms/download-jdk/microsoft-jdk-17-windows-x64.msi |
| * Last tested: ''microsoft-jdk-17.0.18-windows-x64.msi'' | * Last tested: ''microsoft-jdk-17.0.19-windows-x64.msi'' |
| |
| * :!: All secondary features manually-marked unavailable | * :!: All secondary features manually-marked unavailable |
| ====== Build ====== | ====== Build ====== |
| |
| CD "%UserProfile%\Projects\Void-Client\src" & SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.18.8-hotspot" && "%UserProfile%\Projects\Void-Client\src\gradlew.bat" "clean" --no-daemon && SET "JAVA_HOME=" | CD "%UserProfile%\Projects\Void-Client\src" & SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.19.10-hotspot" && "%UserProfile%\Projects\Void-Client\src\gradlew.bat" "clean" --no-daemon && SET "JAVA_HOME=" |
| |
| CD "%UserProfile%\Projects\Void-Client\src" & SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.18.8-hotspot" && "%UserProfile%\Projects\Void-Client\src\gradlew.bat" "classes" --no-daemon && SET "JAVA_HOME=" | CD "%UserProfile%\Projects\Void-Client\src" & SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.19.10-hotspot" && "%UserProfile%\Projects\Void-Client\src\gradlew.bat" "classes" --no-daemon && SET "JAVA_HOME=" |
| |
| ====== Scripts ====== | ====== Scripts ====== |
| CD "%UserProfile%\Projects\Void-Client\src" | CD "%UserProfile%\Projects\Void-Client\src" |
| |
| SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.18.8-hotspot" | SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.19.10-hotspot" |
| |
| CALL "%UserProfile%\Projects\Void-Client\src\gradlew.bat" "clean" --no-daemon | CALL "%UserProfile%\Projects\Void-Client\src\gradlew.bat" "clean" --no-daemon |