Hi,
On Fri, 11 Jun 1999, Youngho Cho wrote:
YC| But when I tried to access my servlet code through .jhtml file
YC|
YC| the error occured!!
YC| " (ERROR) ajp11: Servlet Error : java.lang.NoSuchMethodError:
org.apache.java.util.SGMLTag: method <init>(Ljava/io/Reader;Z)V not found:
org.apache.java.util.SGMLTag: method<init>(Ljava/io/Reader;Z)V not found"
YC|
YC| Who can give me some explaination of this error message and How to solve this
problem???
Seems that you've an old instance of SGMLTag somewhere in you classpath:
the old SGMLTag didn't have a constructor taking a Reader. So, if the old
class is found prior to the new one, this java.lang.NoSuchMethodError
occurs. Please check you classpath for unused packages.
ciao,
-hen
---
Henner Zeller [EMAIL PROTECTED]
PGP pub key [77F75B39]: finger [EMAIL PROTECTED]
"One difference between SuSE and Red Hat is that the former operates in a
country where people don't sue each other over coffee being too hot."
Linus Torvalds
-- --------------------------------------------------------------
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]