2
I have a JSP file and any line of code I insert, it displays the following error:
The code of method .. is exceeding the 65535 bytes limit.
The problem is that I am using Opencms, which is based on Java and XML.
And in this file is where I upload all the information from the contents of the site.
I tried to separate the code with include, but it didn’t do any good.
<%@ include file = "/system/modules/com.br.teste.site/libs/class.teste.jsp"%>
Does anyone have any idea what I might do?
See if any of these solutions help you: http://stackoverflow.com/q/5484253/540552
– Victor Stafusa