Java Development Kit (64-bit)

最新版本 Java JDK 15.0.2 (64-bit)

Java JDK 15.0.2 (64-bit)

Java JDK 15.0.2 (64-bit)
Java Development Kit 64 位(也稱為 JDK)包含編譯,調試和運行使用 Java 編程語言編寫的小應用程序和應用程序所需的軟件和工具。 JDK 的主要組件是一組編程工具,包括 javac,jar 和 archiver,它們把相關的類庫打包成一個 JAR 文件。這個工具還有助於管理 JAR 文件,javadoc - 文檔生成器,它自動從源代碼註釋生成文檔,jdb - 調試器,jps - 進程狀態工具,顯示當前 Java 進程的進程信息,javap - 類文件反彙編程序,以及其他很多組件。

JDK 64 位還附帶了一個完整的 Java 運行時環境,通常稱為私有運行時。它由 Java 虛擬機和生產環境中存在的所有類庫以及僅對開發人員有用的附加庫(例如國際化庫和 IDL 庫)組成。下載 Java 開發工具包離線安裝程序安裝 64bit for Windows

JDK 內容:

開發工具
(在 bin / 子目錄中)將幫助您開發,執行,調試和編寫用 JavaTM 編程語言編寫的程序的工具和實用程序。

Runtime Environment
(在 jre / 子目錄中)供 JDK 使用的 Java 運行時環境(JRE)的實現。 JRE 包括一個 Java 虛擬機(JVM),類庫和其他支持執行用 Java 編程語言編寫的程序的文件.

附加庫
(在 lib / 子目錄中)開發工具需要的附加類庫和支持文件.

Demo 小應用程序和應用程序
(在演示 / 子目錄中)Java 平台編程的示例,包括源代碼。這些包括使用 Swing 和其他 Java 基礎類的示例,以及 Java 平台調試器體系結構.

示例代碼
(在示例子目錄中)帶有源代碼的樣本,用於某些 Java API 的編程。

C 頭文件
(在 include / 子目錄中)支持使用 Java 本地接口,JVM 工具接口和 Java 平台的其他功能進行本地代碼編程的頭文件。下載 Java 開發工具包離線安裝程序安裝程序 64bit for Windows

源代碼
(在 src.zip 中)構成 Java 核心 API 的所有類的 Java 編程語言源文件(即 java。*,javax。* 和某些 org 的源文件。* 包,但不包括 com.sun。* 包)。此源代碼僅供參考,旨在幫助開發人員學習和使用 Java 編程語言。這些文件不包括平台特定的實現代碼,不能用於重建類庫。要提取這些文件,請使用任何常用的 zip 實用程序。或者,您可以在 JDK 的 bin / 目錄中使用 Jar 實用程序:jar xvf src.zip.

也可以:下載適用於 Mac

的 Java Development Kit

ScreenShot

軟體資訊
檔案版本 Java JDK 15.0.2 (64-bit)

檔案名稱 jdk-15.0.2_windows-x64_bin.exe
檔案大小
系統 Windows Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 免費軟體
作者 Oracle
官網 http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
更新日期 2021-01-20
更新日誌

What's new in this version:

IANA Data 2020d:
- JDK 15.0.2 contains IANA time zone data version 2020d. For more information, refer to Timezone Data Versions in the JRE Software.

Security Baselines:
- The security baselines for the Java Runtime Environment (JRE) at the time of the release of JDK 15.0.2 are specified in the following table:
- 7 - 1.7.0_45
- 6 - 1.6.0_65
- 5.0 - 1.5.0_55

JRE Expiration Date:
- The JRE expires whenever a new release with security vulnerability fixes becomes available. Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Third Party Bulletin. This JRE (version 7u45) will expire with the release of the next critical patch update, scheduled for January 14, 2014.
- For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 7u45) on February 14, 2014. After either condition is met (new release becoming available or expiration date reached), Java will provide additional warnings and reminders to users to update to the newer version. For more information, see JRE Expiration Date.

Blacklist Entries:
- This update release includes a blacklist entry for a standalone JavaFX installer.

JavaFX Release Notes:
- JavaFX is now part of JDK. JDK 7u45 release includes JavaFX version 2.2.45.
- JDK for Linux ARM
- A JDK for Linux ARM is also available in this release.

New Features and Changes:
- Protections Against Unauthorized Redistribution of Java Applications
- Starting with 7u45, application developers can specify new JAR manifest file attributes:
- Application-Name: This attribute provides a secure title for your RIA.
- Caller-Allowable-Codebase: This attribute specifies the codebase/locations from which JavaScript is allowed to call Applet classes.
- JavaScript to Java calls will be allowed without any security dialog prompt only if:
- JAR is signed by a trusted CA, has the Caller-Allowable-Codebase manifest entry and JavaScript runs on the domain that matches it.
- JAR is unsigned and JavaScript calls happens from the same domain as the JAR location.
- The JavaScript to Java (LiveConnect) security dialog prompt is shown once per Applet classLoader instance.
- Application-Library-Allowable-Codebase: If the JNLP file or HTML page is in a different location than the JAR file, the Application-Library-Allowable-Codebase attribute identifies the locations from which your RIA can be expected to be started.
- If the attribute is not present or if the attribute and location do not match, then the location of the JNLP file or HTML page is displayed in the security prompt shown to the user.
- Note that the RIA can still be started in any of the above cases.
- Developers can refer to JAR File Manifest Attributes for more information.

Restore Security Prompts:
- A new button is available in the Java Control Panel (JCP) to clear previously remembered trust decisions. A trust decision occurs when the user has selected the Do not show this again option in a security prompt. To show prompts that were previously hidden, click Restore Security Prompts. When asked to confirm the selection, click Restore All. The next time an application is started, the security prompt for that application is shown.
- See Restore Security Prompts under the Security section of the Java Control Panel.

JAXP Changes:
- Starting from JDK 7u45, the following new processing limits are added to the JAXP FEATURE_SECURE_PROCESSING feature.
- totalEntitySizeLimit
- maxGeneralEntitySizeLimit
- maxParameterEntitySizeLimit
- For more information, see the new Processing Limits lesson in the JAXP Tutorial.
- TimeZone.setDefault Change
- The java.util.TimeZone.setDefault(TimeZone) method has been changed to throw a SecurityException if the method is called by any code with which the security manager's checkPermission call denies PropertyPermission("user.timezone", "write"). The new system property jdk.util.TimeZone.allowSetDefault (a boolean) is provided so that the compatible behavior can be enabled. The property will be evaluated only once when the java.util.TimeZone class is loaded and initialized.

Bug-fixes:
- This release contains fixes for security vulnerabilities. For more information, see Oracle Critical Patch Update Advisory

Java JDK 15.0.2 (64-bit) 相關參考資料
JDK 15.0.2 GA Release - Java Development Kit - Java.net

Commercial builds of JDK 15.0.2 from Oracle, under a non-open-source license ... Linux / AArch64, tar.gz (sha256), 170507166 ... If you have suggestions or encounter bugs, please submit them using the...

https://jdk.java.net

Java SE - Downloads | Oracle Technology Network | Oracle 台灣

Java SE downloads including: Java Development Kit (JDK), Server Java Runtime Environment (Server JRE), and Java Runtime Environment (JRE).

https://www.oracle.com

Java Archive Downloads - Java SE 15 - Oracle

Download. Linux ARM64 RPM Package, 141.79 MB. jdk-15_linux-aarch64_bin.rpm. Linux ARM64 Compressed Archive, 156.98 MB.

https://www.oracle.com

Java SE Development Kit 15 - Downloads | Oracle India

Download. Linux ARM 64 RPM Package, 141.81 MB. jdk-15.0.1_linux-aarch64_bin.rpm. Linux ARM 64 Compressed ...

https://www.oracle.com

Java Development Kit (64-bit) Download (2021 Latest) for PC

2020年10月22日 — Java Development Kit 64-bit (also known as JDK) contains the software and tools that you need to compile, debug, and run applets and ...

https://www.filehorse.com

Java JDK 15.0.1 (64-bit) Download for Windows Screenshots ...

2020年10月22日 — Stay up to date with latest software releases, news, software discounts, deals and more. Subscribe. License Types. Each ...

https://www.filehorse.com

Installation of the JDK on Microsoft Windows Platforms

System Requirements for Installing the JDK on 64-Bit Windows Platform ... Access Java SE Downloads page and click Accept License Agreement. Under the ...

https://docs.oracle.com

JDK Installation Guide

install the JDK on 64-bit Microsoft Windows operating systems. Linux ... release is 15.0.1, the full version string for the January update release is 15.0.2,.

https://docs.oracle.com

Download Java SE Development Kit (JDK) 15.0.2 11.0.10 ...

Download Java SE Development Kit (JDK) - The basic resources you need in order to create apps in Java, including the Java runtime ... IANA Data 2020d: JDK 15.0.2 contains IANA time zone data version 2...

https://www.softpedia.com

Java JDK 15.0.1 (64-bit) 軟體資訊介紹 | 電腦資訊007情報站

2020年10月22日 — Java Development Kit (64-bit)軟體資訊介紹&下載,Java Development Kit 64 位(也稱為JDK)包含編譯,調試和運行使用Java 編程語言編寫的 ...

https://file007.com