posted 13 years ago
I have an application which I've packaged into a jar file. One of the first statements in my app is
However, when I run my app, I get a null pointer exception from the above line of code. When I run the app from within Eclipse, the app starts fine.
This is my first time creating a jar file and I suspect my error has something to do with that. Can anyone provide clues/suggestions as to what might be wrong?
Thanks.