384385386387388389390391392
private URL url; public UnpackedJarResource(URL url) { this.url = url; try { this.bundle = new UnpackedJarFile(new File(url.getPath())); } catch (IOException e) { } }