Re: Class verify errors with large(?) JSP pages

2000-12-05 Thread Jon Skeet
I have seen in the archives several posts detailing the same problem. However I could find no response. Hence I'm posting again. OS - Win NT 4 sp6a Suns JDK 1.2.1 Tomcat 3.2 final The error occurs with JSP pages with a large number (250+) of taglib actions. The java source file is

Re: Class verify errors with large(?) JSP pages

2000-12-05 Thread duncan
Hi Jon, Thanks for your response. There probably is more than 64K of code in a single method since all the generated code is put into the _jspService method. But if this is the limitation why does it work when I manually compile the class using JDK1.3? - actually producing a larger class file.