danbst wrote
I have OpenJDK 1.8.0.31 64-bit on Nixos + XMonad
Here is exception I get when running HardwareSimulator.sh
Exception in thread "main" java.lang.NullPointerException
at sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1264)
at sun.awt.FontConfiguration.readFontConfigFile(FontConfiguration.java:219)
at sun.awt.FontConfiguration.init(FontConfiguration.java:107)
at sun.awt.X11FontManager.createFontConfiguration(X11FontManager.java:753)
...
at SimulatorsGUI.BinaryComponent.jbInit(Unknown Source)
at SimulatorsGUI.BinaryComponent.<init>(Unknown Source)
at SimulatorsGUI.PinsComponent.<init>(Unknown Source)
at SimulatorsGUI.HardwareSimulatorComponent.<init>(Unknown Source)
at HardwareSimulatorMain.main(Unknown Source)
Looks like an OpenJDK install problem. These might be apropos:
https://bugs.launchpad.net/linaro-oe/+bug/1243879http://stackoverflow.com/questions/7190924/java-swing-null-pointer-exception--Mark