Do you mean you can't run only YAAC, or that you can't run _any_ Java program? There have been issues reported before about Raspbian not providing a 64-bit version of the Java runtime. To confirm it is a Java problem, open a command shell window and type the command
java -version
If this prints out the version of the Java runtime, then Java is working (although not necessarily completely). If it prints out an error saying the program couldn't be executed, then it's a Java runtime problem.
Verify that you have installed a 64-bit version of the openjdk-jre package.
Andrew, KA2DDO
author of YAAC
________________________________________
From:
[email protected] <
[email protected]> on behalf of toy4trax@... <toy4trax@...>
Sent: Wednesday, December 16, 2020 3:47 PM
To:
[email protected]Subject: [yaac-users] Raspbian 64bit Yaac
I've got a Pi4 4GB and running Raspbian.
I have YAAC up and running, but if it change the Pi settings to run 64bit, the program no longer runs.
Fully updated/upgraded.
running the command confirms 64bit os running
"uname -m"
aarch64