Java jdk 8 download for windows

Java SE 8 Archive Downloads (JDK 8u202 and earlier)

Go to the Oracle Java Archive

This page includes archive downloads for Java SE 8u202 and earlier. The archive downloads for Java SE 8u211 and later updates are available, under the Java SE OTN License.

The JDK is a development environment for building applications using the Java programming language.

The JDK includes tools useful for developing and testing programs written in the Java programming language and running on the JavaTM platform.

WARNING: These older versions of the JRE and JDK are provided to help developers debug issues in older systems. They are not updated with the latest security patches and are not recommended for use in production.

These Java SE 8 update releases are provided under the Binary Code License (“BCL”).

For production use Oracle recommends downloading the latest JDK and JRE versions and allowing auto-update.

Only developers and Enterprise administrators should download these releases.

Downloading these releases requires an oracle.com account. If you don’t have an oracle.com account you can use the links on the top of this page to learn more about it and register for one for free.

For current Java releases, please consult the Oracle Software Download page.

Skip to content



Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Item Preview

There Is No Preview Available For This Item

This item does not appear to have any files that can be experienced on Archive.org.


Please download files in this item to interact with them on your computer.

Show all files

11,745

Views

3
Favorites

DOWNLOAD OPTIONS

Uploaded by

LittleKitacho

on

SIMILAR ITEMS (based on metadata)

You can now download Java 8 Update 381 (JDK 8u381 and JRE 8u381) with 52 bug fixes, new features, and other enhancements.

If you have Java 8 installed on your system and auto-update functionality is enabled, it will automatically notify you of the latest update. Otherwise, you can download the full offline installers from the direct links below and install them manually.

Java 8 is the longest-supported version of Oracle’s Java programming language. It is a critical development platform used by millions of developers and billions of devices around the world. It is used to create applications for desktop, mobile, and web environments.

If you are running any apps or games developed in Java, you should probably keep Java updated on your computer. This will ensure maximum performance and security for your computer.

Table of Contents

Java release summary

  • Latest Java Version: Java 8 Update 381-b31
  • Release date: July 18th, 2023 (View all Java version release dates)
  • Next scheduled release date: October 17th, 2023
  • Expiry date: November 17th, 2023
  • Compatible OS: Windows 11, Windows 10, Windows 8 and Windows 7, MacOS, Linux, and Solaris
  • License: Free

What’s new in Java 8 Update 381

Java 8 Update 381 comes with the following updates.

JDK 8u381 contains IANA time zone data 2023c

IANA (Internet Assigned Numbers Authority) maintains a database of time zone information that represents the history of local time for many locations around the globe. This database is periodically updated to reflect changes by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules.

The following changes have been made with this release:

  • Egypt now uses DST again, from April through October.
  • This year Morocco springs forward on April 23, not April 30.
  • Palestine delays the start of DST this year.
  • Much of Greenland still uses DST from 2024 on.
  • America/Yellowknife now links to America/Edmonton.
  • tzselect can now use the current time to help infer the timezone.
  • The code now defaults to C99 or later.
  • Fix the use of C23 attributes.
  • This release’s code and data are identical to 2023a.

The latest version of Java 8 Update 381 includes the time zone data from 2023g of the IANA database. You can learn more about this here.

Additional Characters for GB18030-2022 Support

The new GB18030-2022 standard was recently issued by the China National Standard body (CESI) which required a new Charset, hence required additional characters.

JDK accepts RSA Keys in PKCS#1 format

The JDK providers, like RSA KeyFactory.impl and SunRsaSign provider, now accept RSA public and private keys in the PKCS#1 format.

For a PKCS#1 RSA private key and public key, the RSA private or public key object must follow the PKCS#1 format and an encoding that adheres to the ASN.1 syntax.

Apart from these changes, this release also includes a few bug fixes. You can read more about these changes in the Java 8 update 381 release notes.

Download Java 8 Update 381

Download JRE 8u381

Click on the following links to download the respective installers:

Version Platform Download
JRE 8u381 Windows x64-Offline
x86-Offline
Online
JRE 8u381 MacOS x64 DMG
ARM64 DMG
JRE 8u381 Linux x64 RPM
x64 TAR.GZ
i586 RPM
i586 TAR.GZ
JRE 8u381 Solaris x64 TAR.GZ
SPARC x64 TAR.GZ
Download Java JRE 8 Update 381

Download JDK 8u381

Version Platform Download
JDK SE 8u381 Windows x64
i586
JDK SE 8u381 MacOS x64 DMG
ARM64 DMG
JDK SE 8u381 Linux x64 RPM
x64 TAR.GZ
ARM64 RPM
ARM64 TAR.GZ
i586 RPM
i586 TAR.GZ
JDK SE 8u381 Solaris x64 TAR.GZ
SPARC x64 TAR.GZ
Download Java JDK SE 8 Update 381

Portable Java 8 download options

Java 8 JDK Portable

Java 8 JRE Portable

How to Install Java 8

Using Installation Wizard

Installing the downloaded package is pretty easy. Perform the following steps to install it on a Windows PC:

  1. Run the download package Java package by double-clicking it.

  2. Click Install.

    Install Java

    Install Java

    Java will now begin the installation. This step should only take about a minute.

  3. Once installed, click Close.

    Close wizard

    Close wizard

Using Command Prompt (silent installation)

Another method to install Java 8 is the Command Prompt. This method allows you to install Java silently, meaning you won’t be prompted to perform any confirmations or clicks.

  1. Begin by downloading the Java or JDK setup as suggested above.

  2. Press the Windows Key + R to open the Run Command box.

  3. Type in “cmd” and press CTRL + Shift + Enter to run Command Prompt with elevated privileges.

  4. Change the directory to where the Java/JDK setup is downloaded using the CD cmdlet.

    cd /d [PathToJavaDownload]
    Change directory

    Change directory
  5. Now use the following cmdlet with the “/s” switch to run the setup in silent mode:

    jre-8u381-windows-x64 /s
    Silent installation of Java 8 Update 381 using Command Prompt

    Silent installation of Java 8 Update 381 using Command Prompt

    Note: Use the appropriate cmdlet by changing the setup file name according to the one you have downloaded.

How to check installed Java version

To check the currently installed Java version on your PC, you can use the “Java uninstall tool.” It lists all the installed Java versions. You can also use the tool to uninstall different versions installed on your computer.

Alternatively, you can also check the installed Java version from the Programs and Features applet by typing in “appwiz.cpl” in the Run Command box.

Check the installed Java version from the Programs and Features applet

Check the installed Java version from the Programs and Features applet

You can also learn other methods to uninstall Java from your PC.

JDK vs JRE

Java Runtime Environment (JRE) is a piece of software installed on your computer that allows you to run applications developed in Java on your device. It provides certain libraries and other components required to run a Java program.

JRE also includes Java Virtual Machine (JVM), which is an engine also required to run Java applications on a machine. This engine is included in the JRE package and cannot be installed separately.

The Java Development Kit (JDK) is a development kit meant for developers, for developing applications in Java. It includes both the JRE and the JVM. If you are looking to create your own Java applets, then JDK is what you need. If you have JDK already installed on your device, you do not require to install JRE separately, unless a different version is required.

This should clear up if you want to install JRE or the JDK.

Java 8 Update History

Java 8 Version Release Date Description
Java 8 Update 401 16-Jan-24 New system property and JDK flight recorder even for deserialization added. Plethora of bug fixes and security patches.
Java 8 Update 391 17-Oct-23 30 bug fixes, includes a new JFR event, removed SECOM Trust System’s RootCA1 Root Certificate and Linux ARM32 support, and some other changes
Java 8 Update 381 18-Jul-23 52 bug fixes, the addition of Chinese characters, JDK accepts RSA keys in PKCS#1 format.
Java 8 Update 371 18-Apr-23 54 bug fixes, older SSL versions removed, GSS-API support added.
Java 8 Update 361 17-Jan-23 372 security patches, FXML JavaScript Engine disabled by default, and other changes
Java 8 Update 351 18-Oct-22 The default PKCS12 MAC algorithm was updated.
Java 8 Update 341 19-Jul-22 TLS 1.3 enabled by default.
Java 8 Update 333 2-May-22 Windows alternate data streams enabled by default.
Java 8 Update 291 20-Apr-22 New HARICA root certificates added.
Java 8 Update History Summary

More Java Updates

Скачать

Скачать Java SE Development Kit (JDK) 8 Update 202

Скачать с сервера Freesoft

Java SE Development Kit (JDK) 8 Update 202
x64


FreeWare

Скачать

Все файлы предоставленные на сайте — оригинальные, мы не переупаковываем и не изменяем файлы.

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Torrent windows server 2008 r2 x86
  • Javascript on windows load
  • Memory management windows 10 ошибка синий экран причины
  • Xiaomi утилита для windows
  • Clive barker s jericho не запускается на windows 10