Search Criteria
Package Details: zulu-embedded-jdk8 8.0.282-1
Git Clone URL: | https://aur.archlinux.org/zulu-embedded-jdk8.git (read-only, click to copy) |
---|---|
Package Base: | zulu-embedded-jdk8 |
Description: | Zulu Embedded is a certified build of OpenJDK for Armv8/v7/v6 devices. |
Upstream URL: | https://www.azul.com/products/zulu-embedded |
Licenses: | custom |
Provides: | java-environment, java-runtime, java-runtime-headless |
Submitter: | ChaosKid42 |
Maintainer: | None |
Last Packager: | ChaosKid42 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-01-25 13:52 (UTC) |
Last Updated: | 2021-02-03 18:07 (UTC) |
Dependencies (10)
- ca-certificates-utils
- freetype2 (freetype2-git, freetype2-v35, freetype2-infinality-remix, freetype2-ultimate5)
- giflib (giflib-git)
- java-environment-common
- java-runtime-common
- lcms2 (lcms2-ff-git, lcms2-ff, lcms2-git)
- libelf (elfutils-git)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, mozjpeg)
- libnet (libnet-git)
- nss (nss-hg)
Required by (2713)
- 2009scape (requires java-runtime)
- 2009scape-git (requires java-runtime)
- 2p-kt (requires java-runtime)
- 2plan-desktop (requires java-environment)
- 389-console (requires java-environment)
- 389-ds-console (requires java-environment) (make)
- 8085-simulator (requires java-runtime)
- aacskeys (requires java-environment) (make)
- abchr (requires java-runtime)
- abcl (requires java-environment)
- abcl-git (requires java-environment) (make)
- abcl-git (requires java-runtime)
- access-export (requires java-environment)
- acodec-bin (requires java-runtime)
- acronis-cyber-protect-bin (requires java-runtime)
- activemq (requires java-runtime)
- aeron (requires java-environment)
- agclient (requires java-runtime)
- ahmyth-bin (requires java-runtime)
- aio-remote (requires java-runtime)
- Show 2693 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 ;)