Fixed resource location (did not work in jar)
[Mograsim.git] / net.mograsim.logic.model / src / net / mograsim / logic / model / serializing / IndirectGUIComponentCreator.java
index a7550b8..884e3ba 100644 (file)
@@ -25,7 +25,7 @@ public class IndirectGUIComponentCreator
 
        static
        {
-               try (InputStream s = IndirectGUIComponentCreator.class.getResourceAsStream("./standardComponentIDMapping.json"))
+               try (InputStream s = IndirectGUIComponentCreator.class.getResourceAsStream("standardComponentIDMapping.json"))
                {
                        if (s == null)
                                throw new IOException("Resource not found");