Re: Problem running an application. Could it be a CLASSPATH problem?
Posted By:
Matan_Amir
Posted On:
Sunday, June 8, 2003 12:33 AM
Hi Nigel
In general, the NullPointerException means that the class was found properly by the class loader, it just isn't initialized or was set to null.
So I think your classpath is ok and there is another issue. We can only know more if you can provide some more info about the source.
Hope that helps,
Matan