Java URL("file://") doesn't work on Windows XP
- by Soumya Simanta
For some reason the following code doesn't work on Windows XP.
new URL("file://" + tempfile.getAbsolutePath());
I'm using Java 1.6.
Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
Java HotSpot(TM) Client VM (build 20.6-b01, mixed mode, sharing)
However, the same code just works fine in OS X (Lion) and Java 1.6
java version "1.6.0_29"…