A
Andi
Hi,
I have a small webstart application. I am loading a xml file from a
jar file.
URL url = Program.class.getResource("/xml/settings.xml");
In Java Webstart of JDK 1.5.0_15 and JDK 1.6.0_7 I got following URL:
jar:file:[Path to jar file]!/xml/settings.xml
In JDK 1.5.0_16 I got
jar:xml/settings.xml
Does anybody knoes why that was changed. I have problems with this url
when I try to use a Xerces parser.
Thanks
I have a small webstart application. I am loading a xml file from a
jar file.
URL url = Program.class.getResource("/xml/settings.xml");
In Java Webstart of JDK 1.5.0_15 and JDK 1.6.0_7 I got following URL:
jar:file:[Path to jar file]!/xml/settings.xml
In JDK 1.5.0_16 I got
jar:xml/settings.xml
Does anybody knoes why that was changed. I have problems with this url
when I try to use a Xerces parser.
Thanks