You might try jssi 1.1, which was just released. Also, a NoSuchMethodError
usually means that you have incompatible class files. The trick is
typically to trash all the .class files and rebuild the entire source tree
for the program in question.
Disclaimer: I'm using a much older version of jssi.
"Youngho Cho" <[EMAIL PROTECTED]> wrote:
>...
>But when I tried to access my servlet code through .jhtml file
>
>the error occured!!
>" (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"
>...
-- 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]