@Arnaud_Catz Im not sure if this will help and im far from an expert here im still a linux begginner myself alli did was
-
start a new ssh session
-
Change your directory to home
cd
- Download the zipfile (I used the one linked below as im running openhabian on my RPI but there is a different one that just gave me errors )
sudo wget https://cdn.azul.com/zcek/bin/ZuluJCEPolicies.zip
- Unzip the file
sudo unzip ZuluJCEPolicies.zip
- change directory to the unzipped file
cd /home/openhabian/ZuluJCEPolicies
- move the two java files too the java home folder
sudo mv local_policy.jar /usr/lib/jvm/zulu-embedded-8-armhf/jre/lib/security/
sudo mv US_export_policy.jar /usr/lib/jvm/zulu-embedded-8-armhf/jre/lib/security/
- reboot your system
sudo reboot