出错的结果是
An error occured between lines: 123 and 142 in the jsp file: /jsp/gap25/forum.jspGenerated servlet error:
C:\tomcat\work\localhost\examples\jsp\gap25\forum$jsp.java:17: Class org.apache.jsp.IOException not found in throws.
      throws IOException {
             ^
An error occured between lines: 123 and 142 in the jsp file: /jsp/gap25/forum.jspGenerated servlet error:
C:\tomcat\work\localhost\examples\jsp\gap25\forum$jsp.java:19: Exception java.io.IOException must be caught, or it must be declared in the throws clause of this method.
         out.print("<a href=forumcontent.jsp?serial=" + serial + ">" + title + "</a>");
                  ^C:\tomcat\work\localhost\examples\jsp\gap25\forum$jsp.java:57: Class org.apache.jsp.IOException not found in try.
    try {
    ^
Note: C:\tomcat\work\localhost\examples\jsp\gap25\forum$jsp.java uses or overrides a deprecated API.  Recompile with "-deprecation" for details.
3 errors, 1 warning