"Anwendung konnte nicht gestartet werden." - java.lang.UnsatisfiedLinkError: ...
Verfasst: So Dez 19, 2021 5:12 pm
Hallo!
Ich habe mal wieder Probleme den Simulator zu starten: "Anwendung konnte nicht gestartet werden."
Genutzt wird die aktuellste Version von Windows 10 und Java 1.8.0_311 64-Bit. Meine Antivirussoftware habe ich bereits deaktiviert, bringt auch nichts. Den Sim habe ich schon mehrmals durch "Java konfigurieren" entfernt und neu installiert. Kann mir vielleicht jemand weiterhelfen?
Ich habe mal wieder Probleme den Simulator zu starten: "Anwendung konnte nicht gestartet werden."
Genutzt wird die aktuellste Version von Windows 10 und Java 1.8.0_311 64-Bit. Meine Antivirussoftware habe ich bereits deaktiviert, bringt auch nichts. Den Sim habe ich schon mehrmals durch "Java konfigurieren" entfernt und neu installiert. Kann mir vielleicht jemand weiterhelfen?
Code: Alles auswählen
java.lang.UnsatisfiedLinkError: Native Library C:\Program Files\Java\jre1.8.0_311\bin\jawt.dll already loaded in another classloader
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.formdev.flatlaf.ui.FlatWindowsNativeWindowBorder.getInstance(FlatWindowsNativeWindowBorder.java:96)
at com.formdev.flatlaf.ui.FlatNativeWindowBorder.initialize(FlatNativeWindowBorder.java:270)
at com.formdev.flatlaf.ui.FlatNativeWindowBorder.isSupported(FlatNativeWindowBorder.java:68)
at com.formdev.flatlaf.ui.FlatNativeWindowBorder.install(FlatNativeWindowBorder.java:76)
at com.formdev.flatlaf.ui.FlatRootPaneUI.installNativeWindowBorder(FlatRootPaneUI.java:179)
at com.formdev.flatlaf.ui.FlatRootPaneUI.installUI(FlatRootPaneUI.java:101)
at javax.swing.JComponent.setUI(Unknown Source)
at javax.swing.JRootPane.setUI(Unknown Source)
at javax.swing.JRootPane.updateUI(Unknown Source)
at javax.swing.JRootPane.<init>(Unknown Source)
at javax.swing.JFrame.createRootPane(Unknown Source)
at javax.swing.JFrame.frameInit(Unknown Source)
at javax.swing.JFrame.<init>(Unknown Source)
at js.java.schaltungen.ConsoleFrame.<init>(ConsoleFrame.java:54)
at js.java.schaltungen.stsmain.start(stsmain.java:277)
at js.java.schaltungen.stsmain.access$100(stsmain.java:80)
at js.java.schaltungen.stsmain$1.run(stsmain.java:126)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)