I am involved in supervising a JavaServer-Pages-Application. Everything worked out perfectly since about 2 years, but now we suddenly get the following error message when our jsp-files are being compiled :
'code too large for try statement'
I've read somewhere, that actually there is a limit of 64K for such a try-code-segment, but however - is there an opportunity of increasing this limit up to a higher boundary ? Maybe some configuration-parameter within the compiler or something like that ?
Work like you don't need the money. Love like you've never been hated. Dance like nobody's watching. Sing like nobody's listening. Live like it's Heaven on Earth.
Currently I Reside HereWEBlog
Pls let me know if this is specifically related to WebLogic 8.1 ... I have a file with around 1500 lines inside a try block and its working fine on 7.1
I do agree that this jsp file with 1500 lines inside a try block is totally against the norms ... Just to complete the discussion, this problem arises on WL 8.1 SP3. It seems to be working fine with SP1 and SP2.