Jamie - 2013-09-12

I realized that resources were being loaded by jarfile connections instead of directly from the onejar: handler and ByteCode handling.

I've fixed this issue and attached an additional patch that you can apply after the first one.

There's also a fix in there to hard-code the URL handler for URL generation if the onejar Handler cannot be found by the URL class. eg if the one-jar.jar is not on the system classpath. This was a problem for me because my Launcher.jar downloads and invokes the one-jar packaged jar directly.

Thanks,
Jamie