Movatterモバイル変換


[0]ホーム

URL:


How to download and install prebuilt OpenJDK packages

JDK 9 & Later

Oracle's OpenJDK JDK binaries for Windows, macOS, and Linux areavailable on release-specific pages ofjdk.java.net as.tar.gz or.zip archives.

As an example, the archives for JDK 13 may be found onjdk.java.net/13 and may be extractedon the command line using

$ tar xvfopenjdk-13*_bin.tar.gz

or

$ unzipopenjdk-13*_bin.zip

depending on the archive type.

JDK 8

Debian, Ubuntu,etc.

On the command line, type:

$ sudo apt-get installopenjdk-8-jre

Theopenjdk-8-jre package containsjust the Java Runtime Environment. If you want to develop Javaprograms then please install theopenjdk-8-jdk package.

Fedora, OracleLinux, Red Hat Enterprise Linux,etc.

On the command line, type:

$ su -c "yum installjava-1.8.0-openjdk"

Thejava-1.8.0-openjdk packagecontains just the Java Runtime Environment. If you want to developJava programs then install thejava-1.8.0-openjdk-devel package.

JDK 7

Debian, Ubuntu,etc.

On the command line, type:

$ sudo apt-get installopenjdk-7-jre

Theopenjdk-7-jre package containsjust the Java Runtime Environment. If you want to develop Javaprograms then install theopenjdk-7-jdkpackage.

Fedora, OracleLinux, Red Hat Enterprise Linux,etc.

On the command line, type:

$ su -c "yum installjava-1.7.0-openjdk"

Thejava-1.7.0-openjdk packagecontains just the Java Runtime Environment. If you want to developJava programs then install thejava-1.7.0-openjdk-devel package.

JDK 6

Debian, Ubuntu,etc.

On the command line, type:

$ sudo apt-get installopenjdk-6-jre

Theopenjdk-6-jre package containsjust the Java Runtime Environment. If you want to develop Javaprograms then install theopenjdk-6-jdkpackage.

Fedora, OracleLinux, Red Hat Enterprise Linux,etc.

On the command line, type:

$ su -c "yum installjava-1.6.0-openjdk"

Thejava-1.6.0-openjdk packagecontains just the Java Runtime Environment. If you want to developJava programs then install thejava-1.6.0-openjdk-devel package.

BSD Port

For a list of pointers to packages of theBSD Port for DragonFlyBSD, FreeBSD, Mac OS X, NetBSD and OpenBSD, please see the BSDporting Project'swiki page.

OpenJDK logo
Installing
Contributing
Sponsoring
Developers' Guide
Vulnerabilities
JDK GA/EA Builds
Mailing lists
Wiki ·IRC
Mastodon
Bluesky
Bylaws ·Census
Legal
Workshop
JEP Process
Source code
GitHub
Mercurial
Tools
Git
jtreg harness
Groups
(overview)
Adoption
Build
Client Libraries
Compatibility & Specification Review
Compiler
Conformance
Core Libraries
Governing Board
HotSpot
IDE Tooling & Support
Internationalization
JMX
Members
Networking
Porters
Quality
Security
Serviceability
Vulnerability
Web
Projects
(overview,archive)
Amber
Babylon
CRaC
Code Tools
Coin
Common VM Interface
Developers' Guide
Device I/O
Duke
Galahad
Graal
IcedTea
JDK 7
JDK 8
JDK 8 Updates
JDK 9
JDK (…,23,24,25)
JDK Updates
Jigsaw
Kona
Kulla
Lanai
Leyden
Lilliput
Locale Enhancement
Loom
Memory Model Update
Metropolis
Mission Control
Multi-Language VM
Nashorn
New I/O
OpenJFX
Panama
Penrose
Port: AArch32
Port: AArch64
Port: BSD
Port: Haiku
Port: Mac OS X
Port: MIPS
Port: Mobile
Port: PowerPC/AIX
Port: RISC-V
Port: s390x
SCTP
Shenandoah
Skara
Sumatra
Tsan
Valhalla
Verona
VisualVM
Wakefield
Zero
ZGC
Oracle logo
© 2025 Oracle Corporation and/or its affiliates
Terms of Use · License:GPLv2 ·Privacy ·Trademarks

[8]ページ先頭

©2009-2025 Movatter.jp