"PAUL J THOMPSON" <[EMAIL PROTECTED]> wrote:
>I have an annoying error that has come up that I do not know how to get
>by or how to even find what the problem really is.
>...
> [Wed May 19 18:29:19 1999] [error] JServ: ajp11: Servlet Error:
>java.lang.NoSuch
> MethodError: webchem.QuizData: method getError()Ljava/lang/String; not
>found:
>...
When I see errors like this I:
- waste too much time being confused
- trash all .class and .jar files that could be loaded
- do a complete rebuild of the project
- restart the web server
- and hope it fixed things
Sometimes jar files get written to the wrong places and you end up using
the wrong version of some class. Maybe that's what you're seeing.
-- Ari Halberstadt mailto:[EMAIL PROTECTED] <http://www.magiccookie.com/>
PGP public key available at <http://www.magiccookie.com/pgpkey.txt>
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]