I am a Minecraft server admin trying to get a discord bot running that turns the Minecraft server on. I would like to run the bot on my Raspberry Pi and run it using Java. However, my GPIO library doesn't really work, throwing UnsatisfiedLinkErrors all the time when I try to run my testing program, even after checking all dependincies (like pigpio, wiringpi, pi4j, ...). What could still be wrong?
Here is a screenshot of the error:
Edit: 32bit Raspberry Pi OS doesn't work, but now the error is different (No such file or directory). I have not checked all dependencies though, so that may be the issue now.