Package Details: zulu-embedded-jdk 19.0.2-1

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)

Required by (2438)

Sources (1)

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).