Skip to content

Commit

Permalink
Windows Scripts: Bump JVM to 1.8.0_60
Browse files Browse the repository at this point in the history
  • Loading branch information
sgothel committed Sep 1, 2015
1 parent 63c0e7f commit 45c96ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions make/scripts/make.joal.all.win32.bat
@@ -1,7 +1,7 @@
set THISDIR="C:\JOGL"

set J2RE_HOME=c:\jre1.8.0_20_x32
set JAVA_HOME=c:\jdk1.8.0_20_x32
set J2RE_HOME=c:\jre1.8.0_60_x32
set JAVA_HOME=c:\jdk1.8.0_60_x32
set ANT_PATH=C:\apache-ant-1.9.4
set CMAKE_PATH=C:\cmake-2.8.10.2-win32-x86

Expand Down
4 changes: 2 additions & 2 deletions make/scripts/make.joal.all.win64.bat
@@ -1,7 +1,7 @@
set THISDIR="C:\JOGL"

set J2RE_HOME=c:\jre1.8.0_20_x64
set JAVA_HOME=c:\jdk1.8.0_20_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 CMAKE_PATH=C:\cmake-2.8.10.2-win32-x86
set CMAKE_C_COMPILER=c:\mingw64\bin\gcc
Expand Down

0 comments on commit 45c96ce

Please sign in to comment.