Search Criteria
Package Details: zulu-embedded-jdk 19.0.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zulu-embedded-jdk.git (read-only, click to copy) |
---|---|
Package Base: | zulu-embedded-jdk |
Description: | Zulu Embedded is a certified build of OpenJDK for ARMv8 64bit devices. |
Upstream URL: | https://www.azul.com/downloads/?os=linux |
Licenses: | custom |
Provides: | java-environment, java-runtime |
Submitter: | skydrome |
Maintainer: | skydrome |
Last Packager: | skydrome |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-04 07:53 (UTC) |
Last Updated: | 2023-03-05 00:04 (UTC) |
Dependencies (10)
- ca-certificates-utils
- freetype2 (freetype2-minimal-git, freetype2-ttmetrics, freetype2-git, freetype2-infinality-remix, freetype2-v35, freetype2-ultimate5)
- giflib (giflib-git)
- java-environment-common
- java-runtime-common
- lcms2 (lcms2-git, lcms2-ff-git, lcms2-ff)
- libelf (elfutils-git, libelf-minimal-git)
- libjpeg-turbo (libjpeg-turbo-minimal-git, mozjpeg-git, libjpeg-turbo-git, mozjpeg)
- libnet (libnet-git)
- nss (nss-hg)
Required by (2419)
- 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)
- acronis-cyber-protect-bin (requires java-runtime)
- activemq (requires java-runtime)
- aechoterm-bin (requires java-runtime)
- aeron (requires java-environment)
- aeron-git (requires java-environment)
- aerospike-tools-bin (requires java-runtime)
- agclient (requires java-runtime)
- Show 2399 more...
Latest Comments
zynex commented on 2020-11-03 20:07 (UTC) (edited on 2020-11-03 20:09 (UTC) by zynex)
This does not provide jdk11, but jdk13!!
Available Java environments:
zulu-embedded-13 (default)
The upgrade broke my entire OpenHAB installation. Had to install zulu-embedded-8 to get it working again. Change the jdk to the correct version reflecting the name of the package.
jimduchek commented on 2020-10-30 14:16 (UTC)
Also, why is this package installing JDK 13? It should be called zulu-embedded-jdk13 then.
skydrome commented on 2020-10-29 18:59 (UTC)
oops i overlooked arm7, its fixed now, thanks!
jimduchek commented on 2020-10-29 15:40 (UTC)
Will not build on armv7h. Problem is "cd: zulu13.33.38-ca-jdk13.0.4-linux_aarch32hf: No such file or directory". The problem is the -c2- that's added on armv7h. Easy enough fix for my purposes:
archive="zulu${_build}-ca-jdk${pkgver}-c2-linux${_arch}"
This would break builds on every other architecture though. Probably need some sort of 'dirpkgvar' variable in the case block or something (as pkgver itself cannot contain the dash).