diff options
author | Sven Gothel <[email protected]> | 2014-08-31 21:16:49 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-08-31 21:16:49 +0200 |
commit | 2faec846fbc13d206028b16a7713c7a1a701fa08 (patch) | |
tree | 56726ab8cdfb2ca3d6fe9b34456d91a2d41cea39 | |
parent | a4f7d51f5a643fcf528711ea0e1bbd19158f5f7c (diff) |
Scripts: Bump to java 1.8.0_20
-rwxr-xr-x | make/scripts/make.gluegen.all.win32.bat | 4 | ||||
-rwxr-xr-x | make/scripts/make.gluegen.all.win64.bat | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/make/scripts/make.gluegen.all.win32.bat b/make/scripts/make.gluegen.all.win32.bat index 86e8140..a1f0bac 100755 --- a/make/scripts/make.gluegen.all.win32.bat +++ b/make/scripts/make.gluegen.all.win32.bat @@ -1,7 +1,7 @@ set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.7.0_67_x32
-set JAVA_HOME=c:\jdk1.7.0_67_x32
+set J2RE_HOME=c:\jre1.8.0_20_x32
+set JAVA_HOME=c:\jdk1.8.0_20_x32
set ANT_PATH=C:\apache-ant-1.9.4
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%
diff --git a/make/scripts/make.gluegen.all.win64.bat b/make/scripts/make.gluegen.all.win64.bat index ea61416..cfd2d16 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.7.0_67_x64
-set JAVA_HOME=c:\jdk1.7.0_67_x64
+set J2RE_HOME=c:\jre1.8.0_20_x64
+set JAVA_HOME=c:\jdk1.8.0_20_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%
|