Note to self: There is currently a bug in Oracle Java in Win7 that is breaking the script editor.

This commit is contained in:
Brendan Robert 2016-01-01 17:43:51 -06:00
parent 9f09dcc9a9
commit ddb9afa119

View File

@ -129,6 +129,7 @@ public class MythosScriptEditorController
});
}
//TODO: Verify the path conversion works in Win7 with a jar file
editorView.getEngine().load(getClass().getResource(MYTHOS_EDITOR).toExternalForm());
}