Search:

Type: Posts; User: teslaa

Search: Search took 0.25 seconds.

  1. [SOLVED] Re: Null pointer exception when attempting to load file from inside jar file

    The parser is part of Java which is javax.xml.parsers.DocumentBuilder. It can take an input stream directly looking at it but either way when ran that input stream is null.

    I tried a few paths and...
  2. [SOLVED] Null pointer exception when attempting to load file from inside jar file

    I have an XML file I want to parse and the parser I am using takes java.io.File. The XML file itself needs to be within the jar file and I have it in a folder called resources. The class I'm calling...
Results 1 to 2 of 2