SF.net SVN: unattended:[4386] trunk/install/scripts/java.bat
jjp3--- via unattended-cvs <[email protected]> Tue, 05 Nov 2019 00:10:28 +0000
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4386
http://sourceforge.net/p/unattended/code/4386
Author: jjp3
Date: 2019-11-05 00:10:28 +0000 (Tue, 05 Nov 2019)
Log Message:
-----------
Java 8u231
Modified Paths:
--------------
trunk/install/scripts/java.bat
Modified: trunk/install/scripts/java.bat
===================================================================
--- trunk/install/scripts/java.bat 2019-11-05 00:09:57 UTC (rev 4385)
+++ trunk/install/scripts/java.bat 2019-11-05 00:10:28 UTC (rev 4386)
@@ -2,8 +2,8 @@
:: <http://www.java.com/en/download/manual.jsp>
:: <http://www.oracle.com/technetwork/java/javase/silent-136552.html>
::URL|ALL|http://javadl.oracle.com/webapps/download/AutoDL?BundleId=227550_e758a0de34e24606bca991d704f6dcbf|packages/jre/jre-8u151-windows-x86.exe
-::URL|ALL|http://javadl.oracle.com/webapps/download/AutoDL?BundleId=239856_230deb18db3e4014bb8e3e8324f81b43|packages/jre/jre-8u221-windows-x86.exe
-::URL|ALL|http://javadl.oracle.com/webapps/download/AutoDL?BundleId=239858_230deb18db3e4014bb8e3e8324f81b43|packages/jre/jre-8u221-windows-amd64.exe
+::URL|ALL|http://javadl.oracle.com/webapps/download/AutoDL?BundleId=240726_5b13a193868b4bf28bcb45c792fce896|packages/jre/jre-8u231-windows-x86.exe
+::URL|ALL|http://javadl.oracle.com/webapps/download/AutoDL?BundleId=240728_5b13a193868b4bf28bcb45c792fce896|packages/jre/jre-8u231-windows-amd64.exe
:: JRE version 7 is no longer available for public download, need to login and "agree" to download it:
:: <http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html>
@@ -14,7 +14,7 @@
:: Some Apps and websites does not work if you are using 64bit
:: to enable 64 change the VERSION variable.
-set VERSION=8u221-windows-x86
+set VERSION=8u231-windows-x86
::If system is XP then use version 8u151
if "%WINVER%" == "winxpsp3" set VERSION=8u151-windows-x86
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.