diff options
author | Sven Gothel <[email protected]> | 2014-08-28 05:57:29 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-08-28 05:57:29 +0200 |
commit | e3226d16fc147dcad77e172538d09b62eee7e6d9 (patch) | |
tree | cc804cca0c3f6a945bdae0a899a4642ebd40ce1b /make/scripts/make.jogl.all.win64.bat | |
parent | 215cbe50aaf22b3914fbfa4f3869dde4b7e0622c (diff) |
Scripts: Bump to java 1.7.0_67 and apache-ant 1.9.4
Diffstat (limited to 'make/scripts/make.jogl.all.win64.bat')
-rwxr-xr-x | make/scripts/make.jogl.all.win64.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/scripts/make.jogl.all.win64.bat b/make/scripts/make.jogl.all.win64.bat index 6efa62b61..ca480a708 100755 --- a/make/scripts/make.jogl.all.win64.bat +++ b/make/scripts/make.jogl.all.win64.bat @@ -1,8 +1,8 @@ set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.7.0_45_x64
-set JAVA_HOME=c:\jdk1.7.0_45_x64
-set ANT_PATH=C:\apache-ant-1.8.2
+set J2RE_HOME=c:\jre1.7.0_67_x64
+set JAVA_HOME=c:\jdk1.7.0_67_x64
+set ANT_PATH=C:\apache-ant-1.9.4
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;%PATH%
|