当前位置:  技术问答>java相关

做bbs所遇到的问题!!!!

    来源: 互联网  发布时间:2015-06-02

    本文导语:  javax.servlet.ServletException: Compilation error occured:   Found 12 errors in JSP file: :129: Error: Type IOException was not found. :131: Error: The method "void print(java.lang.String $1);" can throw the checked exception "java/io/IOException", but it...

javax.servlet.ServletException: Compilation error occured: 
 Found 12 errors in JSP file:
:129: Error: Type IOException was not found.
:131: Error: The method "void print(java.lang.String $1);" can throw the checked exception "java/io/IOException", but its invocation is neither enclosed in a try statement that can catch that exception nor in the body of a method or constructor that "throws" that exception.
:134: Error: The method "void print(java.lang.String $1);" can throw the checked exception "java/io/IOException", but its invocation is neither enclosed in a try statement that can catch that exception nor in the body of a method or constructor that "throws" that exception.
:136: Error: The method "void print(java.lang.String $1);" can throw the checked exception "java/io/IOException", but its invocation is neither enclosed in a try statement that can catch that exception nor in the body of a method or constructor that "throws" that exception.
:137: Error: The method "void print(java.lang.String $1);" can throw the checked exception "java/io/IOException", but its invocation is neither enclosed in a try statement that can catch that exception nor in the body of a method or constructor that "throws" that exception.
:138: Error: The method "void print(java.lang.String $1);" can throw the checked exception "java/io/IOException", but its invocation is neither enclosed in a try statement that can catch that exception nor in the body of a method or constructor that "throws" that exception.
:139: Error: The method "void print(java.lang.Object $1);" can throw the checked exception "java/io/IOException", but its invocation is neither enclosed in a try statement that can catch that exception nor in the body of a method or constructor that "throws" that exception.
:140: Error: The method "void print(java.lang.String $1);" can throw the checked exception "java/io/IOException", but its invocation is neither enclosed in a try statement that can catch that exception nor in the body of a method or constructor that "throws" that exception.
:141: Error: The method "void print(int $1);" can throw the checked exception "java/io/IOException", but its invocation is neither enclosed in a try statement that can catch that exception nor in the body of a method or constructor that "throws" that exception.
错误是这样的:142: Error: The method "void print(java.lang.String $1);" can throw the checked exception "java/io/IOException", but its invocation is neither enclosed in a try statement that can catch that exception nor in the body of a method or constructor that "throws" that exception.
:143: Error: The method "void print(int $1);" can throw the checked exception "java/io/IOException", but its invocation is neither enclosed in a try statement that can catch that exception nor in the body of a method or constructor that "throws" that exception.
:144: Error: The method "void print(java.lang.String $1);" can throw the checked exception "java/io/IOException", but its invocation is neither enclosed in a try statement that can catch that exception nor in the body of a method or constructor that "throws" that exception.

源代码为:String serial;
String title;
String speaker;
Date providedate;
int reply;
int click;
String ReSign;
ResultSet RS;
mydb.mydb.mydb1.executeQuery("select * from article where parent_no=0");
while (RS.next()) {
  ReSign="";
  out.print("");
  serial=RS.getString("serial_no");
  title=RS.getString("title");
  speaker=RS.getString("speaker");
  providedate=RS.getDate("provide_time");
  reply=RS.getInt("reply_num");
  click=RS.getInt("click_num");
  showing(request,out,ReSign,serial,title,speaker,providedate,reply,click);

//--------------------------ÕâÀïÒªÏÔʾÏÂÒ»¼¶µÄ»Ø¸´ÄÚÈÝ
ResultSet RS1 = workM.executeQuery("select * from article where parent_no=" + serial);
while (RS1.next()) {
  ReSign="  Re:";
  out.print("");
  serial=RS1.getString("serial_no");
  title=RS1.getString("title");
  speaker=RS1.getString("speaker");
  providedate=RS1.getDate("provide_time");
  reply=RS1.getInt("reply_num");
  click=RS1.getInt("click_num");
  showing(request,out,ReSign,serial,title,speaker,providedate,reply,click);
}
RS1.close();
workM.closeStmt();
//------------------------
}
out.print("");
RS.close();
workM.closeStmt();

%>


·µ»ØÖ÷Ò³







|
你可以用错误处理来显示你的错误,我觉得你的错误是没有验证错误处理
try{}
catch{}
加上试试

|
你好象没有导入 java.io.IOException类,加入再试

|
我觉得问题好象不在io,执行io的操作只有一句   out.print();
而这个属于jsp的内部对象,不用加载的。但显示的问题错误确出在
io上,不清楚

|
在jsp文件的头部加入

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 一个十分简洁清新小巧的java BBS JFinal-BBS
  • redhat7.3下怎样安装Firebird bbs 服务器
  • 如何配置linux的bbs系统
  • 急啊~~~~~~~~关于bbs系统
  • 类似telnet 的BBS的服务器端如何编?
  • 我想做个linux下的bbs,请问怎么做?
  • Linux的BBS客户端 QTerm
  • 简单易用的BBS系统 flooBB
  • 请教构架一个BBS的步骤!在线等!!!!!!!!!!!!!!
  • Can anyone list several good foreign BBS/forums?
  • BBS论坛程序 BirdBBS
  • 谁有好的用JSP写的BBS源码,发一份给我,好吗?
  • 写过BBS的大侠看过来!
  • 请教高手, 如何用expect实现BBS的自动登陆?
  • 在BBS中怎么样判断用户是否在线?
  • 问一下,BBS的实现 谢谢
  • 急问rh8下用什么软件上bbs100分马上兑现
  • 请大家介绍一下linux好的bbs吧?这里好像人太少了:(
  • 再次向万能的CSDN BBS求救:我的Linux内核升级之后网卡激活不了啊
  • size和bbs的值是不是相等啊?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3