Search Criteria
Package Details: zulu-8-bin 8.0.422-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/zulu-8-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | zulu-8-bin |
| Description: | Zulu Community builds of OpenJDK are fully certified and 100% open source Java Development Kits (JDKs) for all Java development and production workloads. |
| Upstream URL: | https://www.azul.com/products/zulu-community/ |
| Licenses: | custom |
| Provides: | java-environment, java-environment-openjdk, java-runtime, java-runtime-headless, java-runtime-headless-openjdk, java-runtime-openjdk |
| Submitter: | guymers |
| Maintainer: | None |
| Last Packager: | guymers |
| Votes: | 4 |
| Popularity: | 0.000030 |
| First Submitted: | 2020-01-18 19:47 (UTC) |
| Last Updated: | 2024-07-18 07:16 (UTC) |
Dependencies (6)
- ca-certificates-utils
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- java-environment-common
- java-runtime-common
- nss (nss-hgAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
Required by (2749)
- 2009scape (requires java-runtime)
- 2009scape-git (requires java-runtime)
- 2p-kt (requires java-runtime)
- 389-console (requires java-environment)
- 389-ds-console (requires java-environment) (make)
- aacskeys (requires java-environment) (make)
- ab-download-manager (requires java-environment) (make)
- ab-download-manager-bin (requires java-runtime)
- ab-download-manager-git (requires java-environment) (make)
- abchr (requires java-runtime)
- abcl (requires java-environment)
- abcl-git (requires java-runtime)
- abcl-git (requires java-environment) (make)
- access-export (requires java-environment)
- acodec-bin (requires java-runtime)
- acronis-cyber-protect-bin (requires java-runtime)
- activemq (requires java-runtime)
- adtpro-git (requires java-environment) (optional)
- aesir-launcher (requires java-runtime)
- ahformatter (requires java-runtime) (optional)
- Show 2729 more...
Latest Comments
FabioLolix commented on 2022-03-31 21:02 (UTC)
The whole case "$CARCH" esac is not needed, simply use source_x86_64=(), source_aarch64=(), etc
JohnyRi commented on 2020-04-02 11:21 (UTC)
Hi, in PKGBUILD, there is pkgver=8.0.242 instead of pkgver=1.8.0_242-1, I suppose, causing infinite asking for an update (using yay for package management).
CromFr commented on 2020-02-08 14:05 (UTC)
PKGCONFIG file does not list aarch64 in available architectures, but aarch64 download links are valid.
Changing to
arch=('armv6h' 'armv7h' 'armv8h' 'aarch64' 'i686' 'x86_64')allows you to install the package on the Raspberry Pi 3 ;)