How to fix UnsatisfiedLinkError?
问题 I wish to use one of my local sound files to provide background music, but I get this error message: Caused by: java.lang.UnsatisfiedLinkError: Can't load library: C:\Program Files\Amazon Corretto\jdk1.8.0_232\jre\bin\glib-lite.dll But my code is as follow: public class DungeonGUI extends Application { private Dungeon dungeon; private Stage stage; private GridPane root; private Button attack; private Button heal; // private Button checkInventory; private Button save; private Text