Merge branch 'idea13'

This commit is contained in:
Andrey Breslav
2013-07-24 18:24:42 +04:00
17 changed files with 246 additions and 43 deletions
@@ -191,7 +191,7 @@ public class ClassPreloadingUtils {
public URL getURL() {
try {
String path = "file:" + jarFile + "!" + resourceName;
String path = "file:" + jarFile + "!/" + resourceName;
return new URL("jar", null, 0, path, new URLStreamHandler() {
@Override
protected URLConnection openConnection(URL u) throws IOException {