Click to See Complete Forum and Search --> : java.lang NullPointer Exception nullnull


Syd
06-26-2005, 10:34 PM
I need to install java.lang Null Pointer Exception null null and I don't know where to find it. Does anyone know? Please Help

Ultimater
06-26-2005, 10:43 PM
This is the JavaScript forum not the Java Forum. The two scripting languages are not even close to the same thing. Post that in the Java Forum.

Syd
06-26-2005, 10:52 PM
where do I go for java lang Null Pointer Exception null null ????

buntine
06-26-2005, 10:53 PM
That is bundled with the standard Java installation. I will move this thread to the correct forum.

Exuro
06-29-2005, 01:52 AM
The java.lang.NullPointerException should be automatically included in every java app you make, as is anything in the java.lang.* package. If the String object works, then you should have access to NullPointerException too.

Maybe you're trying to catch the exception? Is that what you mean?