Oracle just released Java SE 8 new update 301 that covers fixes for various bugs and security updates to client-libs, java.awt, javax.sound, javax.swing, gc, web, javafx, java.security, security-libs.
List of bug fixes: https://www.oracle.com/java/technologies/javase/8u301-bugfixes.html
JDK 8u301 Update Release Notes
I got a prompt on my M1 Mac running macOS Big Sur - "Java 8 Update 301 build 09 is not available -- you have Java 8 Update 291 build 10. Would you like to download it now?

Click on install Update - the download will start - it's about 87 MB package.

You will see the license details:
The terms under which this version of the software is licensed have changed.
Updated License Agreement
This version of the Java Runtime is licensed only for personal (non-commercial) desktop and laptop use.
Commercial use of this software requires a separate license from Oracle or from your software vendor.
Click install to accept the license agreement and install Java now or click Remove to uninstall it from your system.
No personal information is gathered as part of our install process


Have Questions? Post them here!
More Posts related to Java,
- How to get Java Thread name Example [Program]
- Java 8: Get First and Last Date of the Week for Given Date
- Convert String to int in Java
- How to Get List of All Country Codes in Java Using Locale Class
- Convert Multidimensional Array toString In Java
- [Fix] java: incompatible types: incompatible parameter types in lambda expression error
- Display Era details (AD BC) in Java Date using SimpleDateFormat
- Create a Zip file using Java Code programmatically
- [Fix] java.net.MalformedURLException: unknown protocol
- [fix] Java JDBC ConnectException: Connection refused
- Read Json File and Convert to Java Object using Jackson
- list of jars required for hibernate 4.x.x
- Simple Struts 2 Tutorial in eclipse with tomcat 7 server
- Java: The value of the local variable string is not used
- [fix] URI is not registered (Settings | Languages & Frameworks | Schemas and DTDs) IntelliJ
- Java 8+ get Day of the Week Examples with LocalDateTime, DateTime, ZonalDateTime and Instant classes
- Run SQL Script file using Java JDBC Code Example
- Remove Trailing zeros BigDecimal Java
- Java JDBC IN Clause Example with PreparedStatement MySQL
- Convert Java List to Json String using Jackson
- Java 8 foreach loop code examples
- error: file not found: HelloWorld.java
- IntelliJ Keyboard Shortcut to remove unused imports [Java]
- Exception in thread main java.lang.NoClassDefFoundError: package javaClass
- Struts 2 Hello World Example in Eclipse
More Posts:
- Cannot start Android Studio. No JDK found - Android-Studio
- C#.Net error The underlying connection was closed: An unexpected error occurred on a send - SharePoint
- [fix] MySQL cj jdbc CommunicationsException: Communications link failure - Java
- [Fix] Java - Exception in thread main java.lang.IllegalThreadStateException - Java
- How to Close Safari in Mac using Keyboard shortcut - MacOS
- How to get query string in JavaScript HTML location.search - JavaScript
- How to know docker Engine details - Docker
- [Solution] AWS Java SDK S3 AmazonS3Exception InvalidAccessKeyId - AWS