diff options
author | Sven Gothel <[email protected]> | 2019-04-03 05:27:37 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-03 05:27:37 +0200 |
commit | f8e7115322ac11784cf4457240c63c677348a70e (patch) | |
tree | 1184de541967aac627ca081d3fbd2f31abaf3c56 | |
parent | 1dc3a5f7aa3d567f9f1a70dc2bfba1442b45010f (diff) |
Windows note 10/11: Use AdoptOpenJDK OpenJDK8 Build 8u202-b08
2 files changed, 4 insertions, 4 deletions
diff --git a/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat b/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat index b295518..13655e6 100755 --- a/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat +++ b/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat @@ -1,5 +1,5 @@ -set J2RE_HOME=c:\jre1.8.0_121_x32 -set JAVA_HOME=c:\jdk1.8.0_121_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 GIT_PATH=C:\cygwin\bin set SEVENZIP=C:\Program Files\7-Zip diff --git a/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x64-sgothel-011.bat b/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x64-sgothel-011.bat index 2ba67f1..67e01f8 100755 --- a/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x64-sgothel-011.bat +++ b/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x64-sgothel-011.bat @@ -1,5 +1,5 @@ -set J2RE_HOME=c:\jre1.8.0_121_x64 -set JAVA_HOME=c:\jdk1.8.0_121_x64 +set J2RE_HOME=c:\jre8u202-b08_x64 +set JAVA_HOME=c:\jdk8u202-b08_x64 set ANT_PATH=C:\apache-ant-1.9.4 set GIT_PATH=C:\cygwin\bin set SEVENZIP=C:\Program Files\7-Zip |