diff options
author | Sven Gothel <[email protected]> | 2015-11-16 03:08:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-11-16 03:08:37 +0100 |
commit | 7a12c273df90f41485f16e69d9680cb08fc7672f (patch) | |
tree | 8d05089b39cd201c5a6f5b11ad536f6d6c1ac7df /make/scripts/make.gluegen.all.win64.bat | |
parent | 2034bbfac88b7d1360f9c939e173ff758f7f47ac (diff) |
Bump scripts to jre1.8.0_66
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 ad2714d..fef7c08 100755 --- a/make/scripts/make.gluegen.all.win64.bat +++ b/make/scripts/make.gluegen.all.win64.bat @@ -1,7 +1,7 @@ set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.8.0_60_x64
-set JAVA_HOME=c:\jdk1.8.0_60_x64
+set J2RE_HOME=c:\jre1.8.0_66_x64
+set JAVA_HOME=c:\jdk1.8.0_66_x64
set ANT_PATH=C:\apache-ant-1.9.4
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;c:\mingw\bin;%PATH%
|