SF.net SVN: unattended:[4421] trunk/install/scripts/java.bat
jjp3--- via unattended-cvs <[email protected]> Sat, 23 May 2020 16:02:07 +0000
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4421
http://sourceforge.net/p/unattended/code/4421
Author: jjp3
Date: 2020-05-23 16:02:06 +0000 (Sat, 23 May 2020)
Log Message:
-----------
Java 8u251
Modified Paths:
--------------
trunk/install/scripts/java.bat
Modified: trunk/install/scripts/java.bat
===================================================================
--- trunk/install/scripts/java.bat 2020-05-23 15:56:16 UTC (rev 4420)
+++ trunk/install/scripts/java.bat 2020-05-23 16:02:06 UTC (rev 4421)
@@ -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=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
+::URL|ALL|http://javadl.oracle.com/webapps/download/AutoDL?BundleId=242058_3d5a2bb8f8d4428bbe94aed7ec7ae784|packages/jre/jre-8u251-windows-x86.exe
+::URL|ALL|http://javadl.oracle.com/webapps/download/AutoDL?BundleId=242060_3d5a2bb8f8d4428bbe94aed7ec7ae784|packages/jre/jre-8u251-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=8u231-windows-x86
+set VERSION=8u251-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.