Java application file UnifiedHost-1.17.0.jar not running

Hi team, @Andrey1984

I have been trying run a JAVA based GUI tool, which gives error like java command not found.
Is this package the one needed to run .JAR files on aarch64 :
https://cdn.azul.com/zulu-embedded/bin/zulu8.54.0.21-ca-jdk8.0.292-linux_aarch64.tar.gz

Awaiting your response.

you would have to install openjdk / java

Thanks for the response.
I followed the procedure :
sudo apt-get install openjdk-11-j* openjfx

And got :
openjdk version “11.0.11” 2021-04-20
OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.18.04)
OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.18.04, mixed mode)

Currently, I have the error like :

$ java --module-path /usr/share/openjfx/lib --add-modules=javafx.bjavafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web -Djava.util.logging.config.file=“logging.properties” -jar UnifiedHost-*.jar

18:41:25.838 FINE (unified.bootloader32bit.UBootFXML32bitController$1 changed) - USB Protocol Selected
18:41:31.821 SEVERE (unified.bootloader32bit.UBootFXML32bitController configureUsbSettings) - Failed to Configure USB Settings. org.hid4java.HidException: Hidapi did not initialise: Unable to load library ‘hidapi’: Native library (linux-aarch64/libhidapi.so) not found in resource path (UnifiedHost-1.17.0.jar)

Can you suggest the right package for : libhidapi.so
since i already have :
$ ls libhidapi*
libhidapi-hidraw.a libhidapi-hidraw.so.0 libhidapi-libusb.a libhidapi-libusb.so.0
libhidapi-hidraw.so libhidapi-hidraw.so.0.0.0 libhidapi-libusb.so libhidapi-libusb.so.0.0.0

Thanks