Debugging Java class generated from JSP
David Ezzio <[email protected]> Thu, 16 Sep 2004 16:05:33 -0400
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am trying to debug the generated class from a JSP page. I have put the root source directory in the source path. I have opened the generated file (maine_jsp.java) at org/apache/jsp within this sourcepath. I have placed a breakpoint on the first line in the _jspservice method. JSwat breaks on the line just fine, but then puts up another source window saying that it could not find the source. "The source for the class org.apache.jsp.maine_jsp could not be found." The original jsp file is named "maine.jsp" . Curious artifact: The window that I opened says, "maine_jsp.java", but the window that JSwat opens says "maine_jsp". What should I do? David