diff options
author | Sven Gothel <[email protected]> | 2019-04-03 10:55:00 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-03 10:55:00 +0200 |
commit | 8f6ffa4e3f158509f3ed8c74c88a3e46723a6e0f (patch) | |
tree | 85015da6f84b397e2e4959280e6c9aaaa6218ead /make/scripts/make.jogl.all.win32.bat | |
parent | bbee6f5a71e643b0130f4c89fb8b137e116be029 (diff) |
Windows scripts: Use JDK/JRE 1.8.0_121
Diffstat (limited to 'make/scripts/make.jogl.all.win32.bat')
-rwxr-xr-x | make/scripts/make.jogl.all.win32.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/scripts/make.jogl.all.win32.bat b/make/scripts/make.jogl.all.win32.bat index 738d91931..fde4a19e5 100755 --- a/make/scripts/make.jogl.all.win32.bat +++ b/make/scripts/make.jogl.all.win32.bat @@ -1,10 +1,10 @@ set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.8.0_66_x32
-set JAVA_HOME=c:\jdk1.8.0_66_x32
+set J2RE_HOME=c:\jre1.8.0_121_x32
+set JAVA_HOME=c:\jdk1.8.0_121_x32
set ANT_PATH=C:\apache-ant-1.9.4
-set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%
+set PATH=%J2RE_HOME%\bin;%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%
REM set LIB_GEN=%THISDIR%\lib
REM set CLASSPATH=.;%THISDIR%\build-win32\classes
|