# openjdk@11 mit Homebrew, winget, apk, chocolatey, MacPorts, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für openjdk@11 in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:openjdk@11
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install openjdk@11
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install openjdk11
```

  Evidenz: MacPorts ports tree: java/openjdk11/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add openjdk11
```

  Evidenz: Alpine Linux edge package indexes: openjdk11 from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#openjdk11
```

  Evidenz: nixpkgs package indexes: openjdk11 from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

### Windows

- winget (92%):

```sh
winget install --id Microsoft.OpenJDK.11 -e
```

  Evidenz: Windows Package Manager source index: Microsoft.OpenJDK.11 from https://cdn.winget.microsoft.com/cache/source.msix

- Chocolatey (92%):

```sh
choco install openjdk11
```

  Evidenz: Chocolatey community package catalog: openjdk11 from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','openconnect-gui'

## Paketfakten

- **Paketschlüssel:** brew:openjdk@11
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/openjdk@11>
- **Version:** 11.0.32
- **Quellzusammenfassung:** Development kit for the Java programming language
- **Homepage:** <https://openjdk.org/>
- **Repository:** <https://github.com/openjdk/jdk11u>
- **Upstream-Dokumentation:** <https://openjdk.org/>
- **Lizenz:** GPL-2.0-only
- **Quellarchiv:** <https://github.com/openjdk/jdk11u/archive/refs/tags/jdk-11.0.32-ga.tar.gz>
- **Zuletzt aktualisiert:** 2026-07-21T21:28:55Z
- **Generiert:** 2026-08-04T22:13:35+00:00

## Abhängigkeiten

- freetype
- giflib
- harfbuzz
- jpeg-turbo
- libpng
- little-cms2

## Build-Abhängigkeiten

- autoconf
- pkgconf

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Einschränkungen: For the system Java wrappers to find this JDK, symlink it with sudo ln -sfn $HOMEBREW_PREFIX/opt/openjdk@11/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-11.jdk
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 11.0.32
- Manager aktualisiert: 2026-07-21
- lokale Daten: OK
- Upstream-Repository: https://github.com/openjdk/jdk11u
- Info: No cached GitHub release or tag data was available.
## Projektgeschichte und Nutzung

openjdk@11 packages the JDK 11 release line of OpenJDK. It exists because Java users often need a specific long-term-support-era toolchain rather than the newest feature release, especially for applications, build plugins, and enterprise stacks certified against Java 11.

### Projektgeschichte

The OpenJDK JDK 11 page describes JDK 11 as the open-source reference implementation of version 11 of the Java SE Platform, specified by JSR 384. JDK 11 reached General Availability on 25 September 2018.

JDK 11 was part of the release-model transition that followed JDK 9. OpenJDK moved to six-month feature releases, while vendors designated selected lines for longer support. JEP 14 names JDK 11 among the vendor-designated LTS lines, alongside 8, 17, and 21.

### Adoptionsgeschichte

JDK 11 became a major migration target because it was the first broadly adopted LTS line after Java 8. Its feature list includes standard HTTP Client, Flight Recorder, TLS 1.3, launch of single-file source-code programs, Epsilon, experimental ZGC, and the removal of Java EE and CORBA modules, making it both a modernization release and a compatibility checkpoint.

The OpenJDK 11 Updates project maintains the post-GA update stream through separate jdk11u-dev and jdk11u repositories. The repository README explains that jdk11u-dev is where updates are continuously developed and jdk11u is used during rampdown for critical changes needed in the next update release.

### Wie es verwendet wird

Developers install openjdk@11 when a project requires Java 11 language and API behavior, tests against that release line, or cannot yet move to newer LTS lines. Build tools and CI images often pin this package so compilation, bytecode level, and runtime behavior remain stable across machines.

The Homebrew formula is keg-only and tells users how to symlink the JDK bundle into /Library/Java/JavaVirtualMachines as openjdk-11.jdk. That keeps Java 11 available without forcing it to override Homebrew's general openjdk formula.

### Warum Paket-Nerds sich dafür interessieren

openjdk@11 is the package-manager expression of Java's long-tail compatibility problem. It is not a fork of OpenJDK; it is a pinned major release line with its own update repositories, compatibility expectations, and coexistence rules beside newer JDKs.

### Zeitleiste

- 2018-09-25: JDK 11 reached General Availability.
- 2018: the OpenJDK tip-and-tail release model placed JDK 11 in the era of six-month feature releases and vendor-maintained LTS lines.
- JDK 11 Updates split routine development into jdk11u-dev and rampdown-critical work into jdk11u.

### Related projects

- openjdk@11 is related to OpenJDK, the JDK 11 Updates project, downstream Java 11 distributions, enterprise application servers, build tools that pin source or target compatibility to 11, and newer LTS lines such as OpenJDK 17 and 21.

### Quellen

- <https://formulae.brew.sh/formula/openjdk@11>
- <https://github.com/openjdk/jdk11u>
- <https://openjdk.org/jeps/14>
- <https://openjdk.org/jeps/322>
- <https://openjdk.org/projects/jdk/11/>


## Sicherheitshinweise

Für openjdk@11 wurde kein passendes lokales Secret-Handling-Manifest gefunden. Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.


## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** openjdk@11
- **Aliases:** java11
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** yes
- **URL Keys:** stable

## Andere Paketmanager-Einträge

- winget - Microsoft.OpenJDK.11: normalized package name match | Windows Package Manager source index: Microsoft.OpenJDK.11 from https://cdn.winget.microsoft.com/cache/source.msix
- winget - ojdkbuild.openjdk.11.jdk: normalized package name match | Windows Package Manager source index: ojdkbuild.openjdk.11.jdk from https://cdn.winget.microsoft.com/cache/source.msix
- MacPorts - openjdk11: package manager index match | MacPorts ports tree: java/openjdk11/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Nix - openjdk11: package manager index match | nixpkgs package indexes: openjdk11 from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- apk - openjdk11 - 11.0.32_p9-r0: package manager index match | Alpine Linux edge package indexes: openjdk11 from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Oracle OpenJDK 11 | https://github.com/openjdk/jdk11u
- apk - openjdk11-demos - 11.0.32_p9-r0: package manager index match | Alpine Linux edge package indexes: openjdk11-demos from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Oracle OpenJDK 11 (demos) | https://github.com/openjdk/jdk11u
- apk - openjdk11-doc - 11.0.32_p9-r0: package manager index match | Alpine Linux edge package indexes: openjdk11-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Oracle OpenJDK 11 (Documentation) | https://github.com/openjdk/jdk11u
- apk - openjdk11-jdk - 11.0.32_p9-r0: package manager index match | Alpine Linux edge package indexes: openjdk11-jdk from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Oracle OpenJDK 11 (JDK) (server) | https://github.com/openjdk/jdk11u
- apk - openjdk11-jmods - 11.0.32_p9-r0: package manager index match | Alpine Linux edge package indexes: openjdk11-jmods from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Oracle OpenJDK 11 (jmods) | https://github.com/openjdk/jdk11u
- apk - openjdk11-jre - 11.0.32_p9-r0: package manager index match | Alpine Linux edge package indexes: openjdk11-jre from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Oracle OpenJDK 11 (JRE) | https://github.com/openjdk/jdk11u
- apk - openjdk11-jre-headless - 11.0.32_p9-r0: package manager index match | Alpine Linux edge package indexes: openjdk11-jre-headless from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Oracle OpenJDK 11 (JRE headless) | https://github.com/openjdk/jdk11u
- apk - openjdk11-src - 11.0.32_p9-r0: package manager index match | Alpine Linux edge package indexes: openjdk11-src from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Oracle OpenJDK 11 (sources) | https://github.com/openjdk/jdk11u
- Chocolatey - openjdk11: package manager index match | Chocolatey community package catalog: openjdk11 from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','openconnect-gui'
- Nix - openjdk: versioned package alias match | nixpkgs package indexes: openjdk from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Chocolatey - openjdk: versioned package alias match | Chocolatey community package catalog: openjdk from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','openconnect-gui'
- winget - Microsoft.OpenJDK.17: versioned package alias match | Windows Package Manager source index: Microsoft.OpenJDK.17 from https://cdn.winget.microsoft.com/cache/source.msix


## Verwandte Links

- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://pkg.so/de/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [harfbuzz](https://pkg.so/de/brew/harfbuzz/) - Runtime dependency declared by Homebrew.
- [libpng](https://pkg.so/de/brew/libpng/) - Runtime dependency declared by Homebrew.
- [jpeg-turbo](https://pkg.so/de/brew/jpeg-turbo/) - Runtime dependency declared by Homebrew.
- [freetype](https://pkg.so/de/brew/freetype/) - Runtime dependency declared by Homebrew.
- [little-cms2](https://pkg.so/de/brew/little-cms2/) - Runtime dependency declared by Homebrew.
- [giflib](https://pkg.so/de/brew/giflib/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/de/brew/pkgconf/) - Build dependency declared by Homebrew.
- [autoconf](https://pkg.so/de/brew/autoconf/) - Build dependency declared by Homebrew.
- [alluxio](https://pkg.so/de/brew/alluxio/) - Popular package that depends on this formula.
- [swagger2markup-cli](https://pkg.so/de/brew/swagger2markup-cli/) - Popular package that depends on this formula.
- [benerator](https://pkg.so/de/brew/benerator/) - Popular package that depends on this formula.
- [redpen](https://pkg.so/de/brew/redpen/) - Popular package that depends on this formula.
- [opentsdb](https://pkg.so/de/brew/opentsdb/) - Popular package that depends on this formula.
- [openjdk](https://pkg.so/de/brew/openjdk/) - Package name indicates the same formula family.
- [openjdk@17](https://pkg.so/de/brew/openjdk-17/) - Package name indicates the same formula family.
- [openjdk@21](https://pkg.so/de/brew/openjdk-21/) - Package name indicates the same formula family.
- [openjdk@8](https://pkg.so/de/brew/openjdk-8/) - Package name indicates the same formula family.
- [openjdk@25](https://pkg.so/de/brew/openjdk-25/) - Package name indicates the same formula family.

## Combined YAML source

View the package source record on GitHub. [combined/openjdk@11.yml](https://github.com/mxcl/pkgdb/blob/main/combined/openjdk@11.yml)


## Quellen

- pkg.so package database
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
