Hi guys, wonder if you could help me with a problem I am having. I am working on a app that parses an XML file, and when executed from my IDE(Netbeans) all works flawlessly, however when I deploy and execute my app via Webstart I get a NullPointerException on the following line of code:
Element root = doc.getDocumentElement();
The XML file is packaged in the jar with the rest of the application, and is validated using a DTD that is also in the jar.
I really can't suss this one out, any help would be greatly appreciated.