Code too large for try statement

"Kenny G. Dubuisson, Jr." <[email protected]>
Newsgroups gmane.comp.java.sun.servlet
Organization Keystone Capital Management
Message-ID <019501c2df76$3c67dd50$1901a8c0@site13>
I have a large servlet that has many try/catch areas in the code.  When I
add my last piece of code in the last try/catch statement, I get the
following error when I try to compile:

PtsReports.java:8224: code too large for try statement
   catch (SQLException se)
   ^

The try/catch area that is generating this error is smaller than some of the
other try/catch areas in the servlet.  I've tried moving things around to no
avail.  It looks like I've hit a servlet code limit but I was hoping someone
would know a way around it (like an option for the compiler).

Thanks,
Kenny

___________________________________________________________________________
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.