Noted Java bug that affects outlaw editor -- if affected you have to use 1.8u50 or earlier. (u40 works fine)

This commit is contained in:
Brendan Robert 2016-07-04 12:39:14 -05:00
parent 5e1e01e896
commit da9e31a920

View File

@ -130,6 +130,7 @@ public class MythosScriptEditorController
}
//TODO: Verify the path conversion works in Win7 with a jar file
// Affected by https://bugs.openjdk.java.net/browse/JDK-8136466
editorView.getEngine().load(getClass().getResource(MYTHOS_EDITOR).toExternalForm());
}