swixml/Two

ClassNotFoundException when loading init class.

Opened this issue · 0 comments

Loading an init class may fail with ClassNotFoundException if a custom class loader is required.

Reason is that Parser.getSwing() doesn't honor the custom class loader set via SwingEngine.setClassLoader().

See following patch: https://gist.github.com/2872596