The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
July 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Exceptionally Useless Information Supplied

Posted by Matt Gerrans on November 02, 2001 at 2:32 PM

Well, you probably have an unitialized reference that you are using somewhere. Since it is probably at the line of code displayed at the end of your stack trace, the "and so on" part is not too helpful.

- mfg


> i got following error, how to resolve it.

> java.lang.NullPointerException
> at java.lang.ClassLoader.resolveClass0(Native Method)
> at java.lang.ClassLoader.resolveClass(ClassLoader.java:588)
> at org.apache.tomcat.loader.AdaptiveClassLoader.loadClass(AdaptiveClassLoader.java:430)
> and so on.





Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us