aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.win64.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-09-01 23:36:46 +0200
committerSven Gothel <[email protected]>2015-09-01 23:36:46 +0200
commit6cfca260ed7e901223f8f675d060a88a518cf7d1 (patch)
treeb358963d93fe93c477ca7fd7328620fca6bb1128 /make/scripts/make.gluegen.all.win64.bat
parent426cec646d49ed1fe56611d18aaf4594c9edea53 (diff)
Windows Scripts: Bump JVM to 1.8.0_60
Diffstat (limited to 'make/scripts/make.gluegen.all.win64.bat')
-rwxr-xr-xmake/scripts/make.gluegen.all.win64.bat4
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%