diff options
author | Sven Gothel <[email protected]> | 2015-09-01 23:46:30 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-09-01 23:46:30 +0200 |
commit | 45c96ce097e4b9f8d658d86205037135c7bd21d5 (patch) | |
tree | 9310891e87a43ba84b6a128b9feb950781e4406f | |
parent | 63c0e7f1f537aa9a19ad1c371bacb78f9592efde (diff) |
Windows Scripts: Bump JVM to 1.8.0_60
-rwxr-xr-x | make/scripts/make.joal.all.win32.bat | 4 | ||||
-rwxr-xr-x | make/scripts/make.joal.all.win64.bat | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/make/scripts/make.joal.all.win32.bat b/make/scripts/make.joal.all.win32.bat index 99ead3c..fa89ff7 100755 --- a/make/scripts/make.joal.all.win32.bat +++ b/make/scripts/make.joal.all.win32.bat @@ -1,7 +1,7 @@ set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.8.0_20_x32
-set JAVA_HOME=c:\jdk1.8.0_20_x32
+set J2RE_HOME=c:\jre1.8.0_60_x32
+set JAVA_HOME=c:\jdk1.8.0_60_x32
set ANT_PATH=C:\apache-ant-1.9.4
set CMAKE_PATH=C:\cmake-2.8.10.2-win32-x86
diff --git a/make/scripts/make.joal.all.win64.bat b/make/scripts/make.joal.all.win64.bat index 26c27fa..b121b73 100755 --- a/make/scripts/make.joal.all.win64.bat +++ b/make/scripts/make.joal.all.win64.bat @@ -1,7 +1,7 @@ set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.8.0_20_x64
-set JAVA_HOME=c:\jdk1.8.0_20_x64
+set J2RE_HOME=c:\jre1.8.0_60_x64
+set JAVA_HOME=c:\jdk1.8.0_60_x64
set ANT_PATH=C:\apache-ant-1.9.4
set CMAKE_PATH=C:\cmake-2.8.10.2-win32-x86
set CMAKE_C_COMPILER=c:\mingw64\bin\gcc
|