| Author |
java.lang.ClassFormatError: org/apache/jsp/wfDigital_jsp (Code of a method longer tha
|
Manikandan Periyasamy
Greenhorn
Joined: Aug 13, 2004
Posts: 9
|
|
i am using jsp and postgresql for developing.i got the exception like java.lang.ClassFormatError: org/apache/jsp/wfDigital_jsp (Code of a method longer than 65535 bytes) any one help me to solve this?
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24061
|
|
Hi, This has nothing to do with applets, so I'm moving this to our JSP forum. I will tell you, though, that this is happening because you're putting too many Java scriptlets in your JSP. JSPs should contain as little Java code as possible -- break whatever you can out into supporting classes, and do most of the work in servlets instead.
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: java.lang.ClassFormatError: org/apache/jsp/wfDigital_jsp (Code of a method longer tha
|
|
|