src/share/classes/sun/net/www/protocol/jar/JarURLConnection.java

Print this page

        

*** 49,59 **** private static final boolean debug = false; /* the Jar file factory. It handles both retrieval and caching. */ ! private static JarFileFactory factory = new JarFileFactory(); /* the url for the Jar file */ private URL jarFileURL; /* the permission to get this JAR file. This is the actual, ultimate, --- 49,59 ---- private static final boolean debug = false; /* the Jar file factory. It handles both retrieval and caching. */ ! private static JarFileFactory factory = JarFileFactory.getInstance(); /* the url for the Jar file */ private URL jarFileURL; /* the permission to get this JAR file. This is the actual, ultimate,