I have a JSP file, and any line of code that I enter, it displays the following error: "The code of method .. is exceeding the 65535 bytes limit".
The problem is that I'm using OpenCMS, which is based on Java and XML.
And in this file, it is where I load all the information of the contents of the site.
I tried to separate the code with include, but it did not help.
Does anyone have any idea what I can do?