java.lang.nullpointerexception

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
KEG
Posts: 1
Joined: Thu Dec 16, 2004 7:20 pm

java.lang.nullpointerexception

Post by KEG »

Any one have an idea on what is causing this error and how do I fix it?
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post by MudGuard »

Some reference to an object is null but inspite of this you try to access members of the object.

Check for null reference before you access members.
Or make sure the reference isn't null ...
Post Reply