I have added some 10 lines of code in the existing jsp file. When i execute the application received the error called " too large to compile....".
After I googled, it seems some size issue that file should be <64K size. Then i removed some 20 - 30 lines of commentted code in the existing jsp file and tried run the application but still iam getting the same error.
Apart from commentted line code, is there any other code to be removed to reduce the size less than <64K?. I cannot split the file into smaller also. Pleas help me to debug this issue.