-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Here is the exception when I run moddle on a mac:
camerons-imac:~ Cameronstawarz$ java -jar /Users/Cameronstawarz/Desktop/Moddle/Moddle.jar
Exception in thread "main" java.lang.UnsatisfiedLinkError: apple.laf.JRSUIControl.getCFDictionary(Z)J
at apple.laf.JRSUIControl.getCFDictionary(Native Method)
at apple.laf.JRSUIControl.(JRSUIControl.java:102)
at com.apple.laf.AquaPainter$AquaSingleImagePainter.(AquaPainter.java:135)
at com.apple.laf.AquaPainter.create(AquaPainter.java:44)
at com.apple.laf.AquaTableHeaderBorder.(AquaTableHeaderBorder.java:45)
at com.apple.laf.AquaTableHeaderBorder.getListHeaderBorder(AquaTableHeaderBorder.java:50)
at com.apple.laf.AquaLookAndFeel.initComponentDefaults(AquaLookAndFeel.java:335)
at com.apple.laf.AquaLookAndFeel.getDefaults(AquaLookAndFeel.java:235)
at com.seaglasslookandfeel.SeaGlassLookAndFeel.defineAquaSettings(SeaGlassLookAndFeel.java:886)
at com.seaglasslookandfeel.SeaGlassLookAndFeel.getDefaults(SeaGlassLookAndFeel.java:498)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:539)
at com.dsdev.moddle.MainForm.main(MainForm.java:1810)
It runs right when I open the program.