diff options
author | Sven Gothel <[email protected]> | 2015-09-01 23:36:46 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-09-01 23:36:46 +0200 |
commit | 6cfca260ed7e901223f8f675d060a88a518cf7d1 (patch) | |
tree | b358963d93fe93c477ca7fd7328620fca6bb1128 /make/scripts/make.gluegen.all.win64.bat | |
parent | 426cec646d49ed1fe56611d18aaf4594c9edea53 (diff) |
Windows Scripts: Bump JVM to 1.8.0_60
Diffstat (limited to 'make/scripts/make.gluegen.all.win64.bat')
-rwxr-xr-x | make/scripts/make.gluegen.all.win64.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.gluegen.all.win64.bat b/make/scripts/make.gluegen.all.win64.bat index faba4c3..ad2714d 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.8.0_25_x64
-set JAVA_HOME=c:\jdk1.8.0_25_x64
+set J2RE_HOME=c:\jre1.8.0_60_x64
+set JAVA_HOME=c:\jdk1.8.0_60_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%
|