macOS
brew install openjdklocal Homebrew formula metadata
brew
openjdk のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install openjdklocal Homebrew formula metadata
nix profile install nixpkgs#openjdknixpkgs package indexes · openjdk · ソース: raw.githubusercontent.com
sudo dnf install java-25-openjdkFedora Rawhide package metadata · java-25-openjdk · ソース: dl.fedoraproject.org
sudo zypper install java-11-openj9openSUSE Tumbleweed package metadata · java-11-openj9 · ソース: download.opensuse.org
choco install openjdkChocolatey community package catalog · openjdk · ソース: community.chocolatey.org
winget install --id Microsoft.OpenJDK.17 -eWindows Package Manager source index · Microsoft.OpenJDK.17 · ソース: cdn.winget.microsoft.com
概要
Development kit for the Java programming language
履歴
OpenJDK is the open-source implementation community for the Java Platform, Standard Edition, and the upstream source base from which many Java Development Kit distributions are built. The Homebrew openjdk formula packages the general JDK toolchain: java, javac, jar, javadoc, jshell, jlink, jpackage, jcmd, jfr, keytool, and many diagnostic utilities.
OpenJDK began from Sun Microsystems' 2006 initiative to open source Java and the core Java platform. Red Hat's historical account says the major platform components were released over the next few years as free and open-source software under the GPL.
After Sun's acquisition by Oracle, OpenJDK continued as the central upstream for Java SE implementation work. The OpenJDK homepage describes it as the place to collaborate on an open-source implementation of Java SE and related projects, while the JDK Project describes its goal as producing a series of open-source reference implementations of the Java SE Platform.
OpenJDK became the shared upstream for a multi-vendor Java ecosystem. Oracle, Red Hat, IBM, Microsoft, Amazon, Azul, SAP, and other vendors build or support JDK distributions derived from the OpenJDK code base, while the OpenJDK Community develops language, VM, library, tooling, and platform features through projects and JEPs.
The release model changed after JDK 9. OpenJDK's JDK Project documents a six-month feature-release cadence, and JEP 14 describes the tip-and-tail model: frequent feature releases at the tip, quarterly update releases in tail trains, and vendor-designated long-term support lines such as JDK 8, 11, 17, and 21.
Developers install OpenJDK when they need the Java compiler, runtime, standard libraries, build tools, documentation tools, packaging tools, and diagnostics needed to build and run Java software. Operators often install it indirectly because build systems, language servers, CI jobs, application servers, Android-adjacent tooling, and JVM languages all expect a JDK on PATH or discoverable through platform Java wrappers.
On macOS, Homebrew marks openjdk as keg-only and documents the symlink needed for /usr/libexec/java_home and other system Java wrappers to find the JDK bundle. That detail is a classic Java-packaging issue: package managers can install many JDKs, but tools need a policy for which one wins.
OpenJDK is one of the most consequential packages in a package manager because it is both a developer-facing SDK and a build-time dependency for other packages. It also carries a distinctive license shape, GPLv2 with the Classpath Exception, which lets the JDK remain copyleft while supporting broad Java application distribution.
セキュリティ状態
Java runtime and development kit.
リスク yellow · 信頼度 高 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
jar | cli | グローバル実行可能ファイル | |
jarsigner | cli | グローバル実行可能ファイル | |
java | cli | グローバル実行可能ファイル | |
javac | cli | グローバル実行可能ファイル | |
javadoc | cli | グローバル実行可能ファイル | |
javap | cli | グローバル実行可能ファイル | |
jcmd | cli | グローバル実行可能ファイル | |
jconsole | cli | グローバル実行可能ファイル | |
jdb | cli | グローバル実行可能ファイル | |
jdeprscan | cli | グローバル実行可能ファイル | |
jdeps | cli | グローバル実行可能ファイル | |
jfr | cli | グローバル実行可能ファイル | |
jhsdb | cli | グローバル実行可能ファイル | |
jimage | cli | グローバル実行可能ファイル | |
jinfo | cli | グローバル実行可能ファイル | |
jlink | cli | グローバル実行可能ファイル | |
jmap | cli | グローバル実行可能ファイル | |
jmod | cli | グローバル実行可能ファイル | |
jnativescan | cli | グローバル実行可能ファイル | |
jpackage | cli | グローバル実行可能ファイル | |
jps | cli | グローバル実行可能ファイル | |
jshell | cli | グローバル実行可能ファイル | |
jstack | cli | グローバル実行可能ファイル | |
jstat | cli | グローバル実行可能ファイル | |
jstatd | cli | グローバル実行可能ファイル | |
jwebserver | cli | グローバル実行可能ファイル | |
keytool | cli | グローバル実行可能ファイル | |
rmiregistry | cli | グローバル実行可能ファイル | |
serialver | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/openjdk/jdk26u
インストールメタデータ
| パッケージキー | brew:openjdk |
|---|---|
| バージョン | 26.0.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/openjdk |
| ホームページ | https://openjdk.org/ |
| リポジトリ | https://github.com/openjdk/jdk26u |
| 上流ドキュメント | https://docs.oracle.com/en/java/javase |
| ライセンス | GPL-2.0-only WITH Classpath-exception-2.0 |
| ソースアーカイブ | https://github.com/openjdk/jdk26u/archive/refs/tags/jdk-26.0.1-ga.tar.gz |
| 最終更新 | 2026-06-25T13:37:59+02:00 |
| Pulse | updated |
| 依存関係 | freetype, giflib, harfbuzz, jpeg-turbo, libpng, little-cms2 |
| ビルド依存関係 | autoconf, pkgconf |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| 注意点 | For the system Java wrappers to find this JDK, symlink it with sudo ln -sfn $HOMEBREW_PREFIX/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | openjdk |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
openjdk
nix profile install nixpkgs#openjdkopenjdk
choco install openjdkMicrosoft.OpenJDK.17
winget install --id Microsoft.OpenJDK.17 -eojdkbuild.ojdkbuild
winget install --id ojdkbuild.ojdkbuild -ejava-25-openjdk 25.0.3.0.9-2.fc45
OpenJDK 25 Runtime Environment
sudo dnf install java-25-openjdkjava-11-openj9 11.0.31.0-4.1
OpenJDK 11 Runtime Environment with Eclipse OpenJ9 virtual machine
sudo zypper install java-11-openj9java-11-openjdk 11.0.31.0-3.1
OpenJDK 11 Runtime Environment
sudo zypper install java-11-openjdkjava-17-openj9 17.0.19.0-4.1
OpenJDK 17 Runtime Environment with Eclipse OpenJ9 virtual machine
sudo zypper install java-17-openj9java-17-openjdk 17.0.19.0-4.1
OpenJDK 17 Runtime Environment
sudo zypper install java-17-openjdkjava-1_8_0-openj9 1.8.0.492-4.1
OpenJDK 8 Runtime Environment with Eclipse OpenJ9 virtual machine
https://www.eclipse.org/openj9/
sudo zypper install java-1_8_0-openj9java-1_8_0-openjdk 1.8.0.492-3.1
OpenJDK 8 Runtime Environment
sudo zypper install java-1_8_0-openjdkjava-21-openj9 21.0.11.0-4.1
OpenJDK 21 Runtime Environment with Eclipse OpenJ9 virtual machine
sudo zypper install java-21-openj9java-21-openjdk 21.0.11.0-3.1
OpenJDK 21 Runtime Environment
sudo zypper install java-21-openjdkjava-25-openj9 25.0.3.0-4.1
OpenJDK 25 Runtime Environment with Eclipse OpenJ9 virtual machine
sudo zypper install java-25-openj9java-25-openjdk 25.0.3.0-3.1
OpenJDK 25 Runtime Environment
sudo zypper install java-25-openjdkjava-26-openjdk 26.0.1.0-2.1
OpenJDK 26 Runtime Environment
sudo zypper install java-26-openjdkソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.