How can I know where a Null Pointer Exception originated?

Posted by navand on Stack Overflow See other posts from Stack Overflow or by navand
Published on 2010-04-13T17:21:17Z Indexed on 2010/04/13 17:23 UTC
Read the original article Hit count: 241

I had a problem making a Blackberry app. I found some guy who made a tutorial which did what I attempted with mine. I copied the code of the tutorial's app to try and recreate it, just to see it in action. The result: Null Pointer Exception.

I want to know what is triggering this. How can I?

© Stack Overflow or respective owner

Related posts about java

Related posts about nullpointerexception