diff options
author | Sven Gothel <[email protected]> | 2011-12-21 23:28:57 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-21 23:28:57 +0100 |
commit | 044bf81567f0cb809a5e42094c98e1306867d625 (patch) | |
tree | 857c51d05d5735e28d8d5612ff058a60644736df /make/scripts/make.jogl.all.win64.bat | |
parent | a2ad741de1d9e784e2016184d07c2b7901f04f42 (diff) |
win make scripts - bump to 6u30
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 de98972eb..e1d258cca 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_29_x64
-set JAVA_HOME=c:\jdk1.6.0_29_x64
+set J2RE_HOME=c:\jre1.6.0_30_x64
+set JAVA_HOME=c:\jdk1.6.0_30_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%
|