I am doing some XML parse and the program works just fine when I package it to a jar, but when I try to run it in NetBeans, it throws a Null Pointer Exception. I have tried debuging it, but I can't see any reason why it would do that.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by Don Roby, Software Monkey, Tim Bender, jzd, Shoban Mar 3 '11 at 18:27
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
More than likely whatever you're using to package the jar knows about a dependency on jdom, but Netbeans doesn't. Give us the full stacktrace of the NullPointer, what type of Netbeans project it is, how you're running it and what your build tool is you're using to package the jar. |
|||
|
|