jcohedman Member Licensed User Longtime User Nov 6, 2019 #1 I have installed bellsoft-jdk11.0.1-linux-arm32-vfp-hflt-lite.tar.gz to a new Raspberry Pi Zero, renamed it to jdk-11, tried to run sudo jdk-11/bin/java -jar b4j-bridge.jar, and appears, in Putty: illegal instruction... What I'm doing wrong?
I have installed bellsoft-jdk11.0.1-linux-arm32-vfp-hflt-lite.tar.gz to a new Raspberry Pi Zero, renamed it to jdk-11, tried to run sudo jdk-11/bin/java -jar b4j-bridge.jar, and appears, in Putty: illegal instruction... What I'm doing wrong?
Erel B4X founder Staff member Licensed User Longtime User Nov 7, 2019 #2 The Liberica JDK will not work with armv6 (RPi zero): https://bell-sw.com/pages/java-11.0.5 for Embedded/ You can try one of these JDKs: https://www.azul.com/downloads/zulu-community/?&architecture=arm-32-bit-hf&show-old-builds=true I do not know whether they include the JavaFX component. Without it you will only be able to run non-ui programs. Upvote 0
The Liberica JDK will not work with armv6 (RPi zero): https://bell-sw.com/pages/java-11.0.5 for Embedded/ You can try one of these JDKs: https://www.azul.com/downloads/zulu-community/?&architecture=arm-32-bit-hf&show-old-builds=true I do not know whether they include the JavaFX component. Without it you will only be able to run non-ui programs.