Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Raspbian 64bit Yaac
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 |
It appears to be a java issue as I'm getting the error you mentioned.
toggle quoted message
Show quoted text
Ran sudo apt install default-jdk and all is well. Thanks! On Wed, Dec 16, 2020 at 02:30 PM, Andrew P. wrote: 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 ? -- Pi4 4GB |
to navigate to use esc to dismiss