diff options
author | Sven Gothel <[email protected]> | 2014-08-28 07:00:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-08-28 07:00:13 +0200 |
commit | 7d6f3f6da4edf52bd8f101d13de67964c3793af5 (patch) | |
tree | e19032ab0364f82e4a32ff612b069518496d8d38 /make/scripts/make.jocl.all.win32.bat | |
parent | 0253aaf391faeed95b45fe92ff76fa71041eb511 (diff) |
Scripts: Bump to java 1.7.0_67 and apache-ant 1.9.4
Diffstat (limited to 'make/scripts/make.jocl.all.win32.bat')
-rwxr-xr-x | make/scripts/make.jocl.all.win32.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/scripts/make.jocl.all.win32.bat b/make/scripts/make.jocl.all.win32.bat index d75d5e70..a8626e28 100755 --- a/make/scripts/make.jocl.all.win32.bat +++ b/make/scripts/make.jocl.all.win32.bat @@ -1,8 +1,8 @@ set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.7.0_45_x32
-set JAVA_HOME=c:\jdk1.7.0_45_x32
-set ANT_PATH=C:\apache-ant-1.8.2
+set J2RE_HOME=c:\jre1.7.0_67_x32
+set JAVA_HOME=c:\jdk1.7.0_67_x32
+set ANT_PATH=C:\apache-ant-1.9.4
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%
|