Java Zulu ArchLinuxarm update

How i can update Zulu Java on my arm board?
This package doesn’t exist in repo arch linux and i setup it using this PKGBUILD

My current version is:

[cubie@Archey java_update_zulu]$ java -version
openjdk version "1.8.0_121"
OpenJDK Runtime Environment (Zulu Embedded 8.20.0.42-linux-aarch32hf) (build 1.8.0_121-b42)
OpenJDK Client VM (Zulu Embedded 8.20.0.42-linux-aarch32hf) (build 25.121-b42, mixed mode, Evaluation)
[cubie@Archey java_update_zulu]$ which java
/usr/bin/java

i try to simple change version in pkgbuild but makepkg failed with error:
==> ERROR: Failure while downloading http://cdn.azul.com/zulu-embedded/bin/ezdk-1.8.0_232-8.42.0.195-eval-linux_aarch32hf.tar.gz

You need to download the package from Azul and manually install it.
This is a non-openHAB issue with your OS. Why don’t you use openHABian ?

1 Like

So you need to ask on the Arch Linux Forum or whoever created the PKGBUILD.

https://bbs.archlinux.org/

1 Like

I use arch because arch have headers files for working with gpio and some another special packages. Thank friends for yours answers.