I am getting the following exception when using the sax xml parser;
java.io.FileNotFoundException: N:\logger.dtd (The system cannot find the file specified)
at readsleep.ReadSleep.displayLog(ReadSleep.java:164)
I have no idea why it's using this location

System.out.println(mappedlocation);
saxParser.parse(mappedlocation, handler); // line 164

printing out mappedlocation String it shows as expected;

\\server\SysLog\log.log

Why does it apear to be using "N:\logger.dtd" instead