View Single Post
  #4 (permalink)  
Old 04-30-2008, 09:46 PM
Zosden's Avatar
Zosden Zosden is offline
Senior Member
 
Join Date: Apr 2008
Posts: 353
Zosden is on a distinguished road
It should tell you where your calling the object that is null. Thankfully your working in Java because in c++ it would just find a spot in ram and call that your data, and whatever arbitrary data was there before your program now thinks that represents your object.
__________________
My IP address is 127.0.0.1
Reply With Quote