Re: Servlet Method size limit? -- Illegal target of jump or branch

2001-02-19 Thread Tim Endres
This has been discussed before, so there are postings in the archive. The problem lies in the Class files themselves. Java Class files have 16 bits limitations, as well as others. The primary issue appears to be the large number of string constants generated by JSP pages. I believe that workaroun

Servlet Method size limit? -- Illegal target of jump or branch

2001-02-19 Thread Neal Kaiser
I get the following error using Orion 1.4.7 w/ JDK 1.3 on Redhat. Error creating jsp-page instance: java.lang.VerifyError: (class: __jspPage11_register_regstep2_jsp, method: _jspService signature: (Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletRespo nse;)V) Illegal target