-
Code too large for try statement (2 messages)
- Posted by: nihar pattanaik
- Posted on: September 15 2004 02:59 EDT
When i'm executing a JSP i got error "Code too large for try statement" on Weblogic8.1.Can anyone please find me the reason for this error.Threaded Messages (2)
- Code too large for try statement by Ahsan Ullah on September 16 2004 00:04 EDT
- Code too large for try statement by Manvendra Gupta on September 23 2004 12:30 EDT
-
Code too large for try statement[ Go to top ]
- Posted by: Ahsan Ullah
- Posted on: September 16 2004 00:04 EDT
- in response to nihar pattanaik
jsp file length must be within 1200 lines. -
Code too large for try statement[ Go to top ]
- Posted by: Manvendra Gupta
- Posted on: September 23 2004 12:30 EDT
- in response to nihar pattanaik
Solutions :
1. Refactor the JSP page into smaller page and use include directive
2.Use the -noTryBlocks switch for JSPC, see
http://e-docs.bea.com/wls/docs61/jsp/reference.html
3. Try the solution suggested at
http://support.bea.com/application?namespace=askbea&origin=ask_bea_answer.jsp&event=link.view_answer_page_solution&answerpage=solution&page=wls/S-26541.htm