aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.win32.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-04-03 06:06:04 +0200
committerSven Gothel <[email protected]>2019-04-03 06:06:04 +0200
commit90dc3754add8ddfec905a21dac748059c4502849 (patch)
treedcca84c7ccc5594b0abafd48f01b26aee320b633 /make/scripts/make.gluegen.all.win32.bat
parent00ad70b3bd7f8859c710039857aa7da17a29b3d7 (diff)
OpenJDK8 Script Usage: Linux: Favor Debian default; Windows: Use AdoptOpenJDK8
Diffstat (limited to 'make/scripts/make.gluegen.all.win32.bat')
-rwxr-xr-xmake/scripts/make.gluegen.all.win32.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.gluegen.all.win32.bat b/make/scripts/make.gluegen.all.win32.bat
index 32b75c2..69ba4c3 100755
--- a/make/scripts/make.gluegen.all.win32.bat
+++ b/make/scripts/make.gluegen.all.win32.bat
@@ -1,7 +1,7 @@
set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.8.0_66_x32
-set JAVA_HOME=c:\jdk1.8.0_66_x32
+set J2RE_HOME=c:\jre8u202-b08_x32
+set JAVA_HOME=c:\jdk8u202-b08_x32
set ANT_PATH=C:\apache-ant-1.9.4
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%