diff options
author | Sven Gothel <[email protected]> | 2011-02-22 07:41:52 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-22 07:41:52 +0100 |
commit | ab1d8180e3a20eeb11df48bed49ca5d28e34df4b (patch) | |
tree | 864d431434453874027848963c61a4f6d0ca51a5 /make/scripts/make.jogl.all.win64.bat | |
parent | bb3d3743b4800d006457c767a00436b9308da75d (diff) |
bump scripts to 6u24
Diffstat (limited to 'make/scripts/make.jogl.all.win64.bat')
-rwxr-xr-x | make/scripts/make.jogl.all.win64.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.jogl.all.win64.bat b/make/scripts/make.jogl.all.win64.bat index 8dbcd01e7..54c00187d 100755 --- a/make/scripts/make.jogl.all.win64.bat +++ b/make/scripts/make.jogl.all.win64.bat @@ -1,7 +1,7 @@ set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.6.0_23_x64
-set JAVA_HOME=c:\jdk1.6.0_23_x64
+set J2RE_HOME=c:\jre1.6.0_24_x64
+set JAVA_HOME=c:\jdk1.6.0_24_x64
set ANT_PATH=C:\apache-ant-1.8.2
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;c:\mingw\bin;%PATH%
|