diff options
author | Sven Gothel <[email protected]> | 2023-01-15 04:08:18 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-15 04:08:18 +0100 |
commit | af39597583ec0c9783e343cb5f3defdd2c211971 (patch) | |
tree | cd52c3a67ccbb50fb84d5b167e6b3ace6e8ca04e /make/scripts/make.gluegen.all.win64.bat | |
parent | 0ee82236f503008d8421804760eda4750ee77d3a (diff) |
Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 API
Diffstat (limited to 'make/scripts/make.gluegen.all.win64.bat')
-rwxr-xr-x | make/scripts/make.gluegen.all.win64.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.gluegen.all.win64.bat b/make/scripts/make.gluegen.all.win64.bat index 239f8e2..710b0ae 100755 --- a/make/scripts/make.gluegen.all.win64.bat +++ b/make/scripts/make.gluegen.all.win64.bat @@ -1,7 +1,7 @@ set THISDIR="C:\JogAmp"
-set J2RE_HOME=c:\jre-11.0.4+11_x64
-set JAVA_HOME=c:\jdk-11.0.4+11_x64
+set J2RE_HOME=c:\jre-17
+set JAVA_HOME=c:\jdk-17
set ANT_PATH=C:\apache-ant-1.10.5
set GIT_PATH=C:\cygwin64\bin
set SEVENZIP=C:\Program Files\7-Zip
|