-
急为什么小弟我的tomcat 5.5 不能解析jsp
急!!为什么我的tomcat5.5不能解析jspmessagedescriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisrequest.exceptionorg.apache.jasper.JasperException:UnabletocompileclassforJSPGeneratedse...
80
热度 -
Tomcat测试JSP页面异常
Tomcat测试JSP页面错误HTTPStatus500---------------------------------------------typeExceptionreportmessagedescriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisrequest.exceptionorg...
38
热度 -
急大家帮忙看看解决方法
急啊,大家帮忙看看大家帮帮忙这是什么错误啊,这个JSP页面在本地测试没问题,但放到服务器上就出现下面的错误.org.apache.jasper.JasperException:UnabletocompileclassforJSPNoJavacompilerwasfoundtocompilethegeneratedsourcefortheJSP.Thiscanusuallybesolvedbycop...
91
热度 -
变量有关问题
变量问题if(!schuid.equals("")){sql="select*fromusertabwhereuserid='"+schuid+"'";ResultSeturs=lgst.executeQuery(sql);if(urs.next()){g=true;///21行;}}if(g){session.setAt...
1
热度 -
eWebEditor在线文本编辑器吕海鹏修改版v0.1.3的有关问题
eWebEditor在线文本编辑器吕海鹏修改版v0.1.3的问题一打开上传图片页就出错org.apache.jasper.JasperException:UnabletocompileclassforJSP:Anerroroccurredatline:34inthejspfile:/upload.jspSyntaxerrorontoken"}",{expectedafterth...
73
热度 -
一个简单的javaBean的使用有关问题
一个简单的javaBean的使用问题写了一个JSP文件。使用JavaBean<%@pagecontentType="text/html;charset=gb2312"%><%@pageimport="Bean.Circle"%><html><body><fontsize=4><jsp:useB...
89
热度 -
linux下jsp页面无法显示
求助:linux下jsp页面无法显示?用的是fedora7的系统,tomcat5,java,mysql5等都是系统自动安装,jsp代码在windows下运行是正确的,在linux下报错org.apache.jasper.JasperException:UnabletocompileclassforJSP:erroroccurredatline:1inthejspfile:文件名.jspThemet...
64
热度 -
request.getParamter("username")没法获得数据
request.getParamter("username")无法获得数据本人刚接触java,问题很菜,不好意思jsp中<%out.println(request.getParamter("username"));%>居然无法获得数据,我晕死了(环境是tomcat5.5+java6)显示这个错误==========================...
183
热度 -
jsp 只报一种错,这是为何?解决方法
jsp只报一种错,这是为何?我用的是tomcat5.0我的jsp页面如果没有任何语法错误,就会正常的执行但是,如果有语法错误,他就只会出现一种错误提示:org.apache.jasper.JasperException:UnabletocompileclassforJSPNoJavacompilerwasfoundtocompilethegeneratedsourcefortheJSP.Thisc...
31
热度 -
实现上传时,出现以下报错,请教是什么原因啊比较急
实现上传时,出现以下报错,请问是什么原因啊?比较急!!HTTPStatus500---------------------------------------------typeExceptionreportmessagedescriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisrequest....
18
热度 -
JSP出了个这样的有关问题:Generated servlet error
JSP出了个这样的问题:Generatedservleterror:出错显示是下面这样的,这到底是怎么回事啊,要怎么改啊???请快点帮帮忙啊。HTTPStatus500---------------------------------------------typeExceptionreportmessagedescriptionTheserverencounteredaninternalerro...
57
热度 -
碰到了JSP编译报错!请大侠帮忙
遇到了JSP编译报错!请大侠帮忙!typeExceptionreportmessagedescriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisrequest.exceptionorg.apache.jasper.JasperException:UnabletocompileclassforJS...
9
热度 -
请高手帮忙,小弟我的一个JSP系统无法显示 多谢
请高手帮忙,我的一个JSP系统无法显示谢谢typeExceptionreportmessagedescriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisrequest.exceptionorg.apache.jasper.JasperException:Unabletocompileclassf...
40
热度 -
为何有一些jsp不能编译
为什么有一些jsp不能编译?我练习书上的例子,基本能成功,今天在网上复制了一个jsp,使用数据源的,放在tomcat的目录下,但是在浏览器中输入jsp的名字,出现以下错误,请大侠帮助解答啊!HTTPStatus500---------------------------------------------typeExceptionreportmessagedescriptionTheservere...
12
热度 -
请大家看这个这个异常是什么意思呢
请大家看这个这个错误是什么意思呢?我用jdk1.5+tomcat5,做JSP网页,但是总出错,下面是错误提示typeExceptionreportmessagedescriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisrequest.exceptionorg.apache.jasper.Jasp...
79
热度 -
java环境变量有关问题
java环境变量问题我想在windowsxp下配置一个jsp的测试环境装了java然后装tomcatjava目录C:\ProgramFiles\Java\jdk1.5.0_12我的环境变量配置正确却提示这样的错误myjsp.jspTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisrequest.excepti...
88
热度 -
新手请问SWITCH有关问题
新手请教SWITCH问题麻烦大家给看看下面这段程序那里有问题,谢谢!注:数据库中数据类型为int;<%Stringimg="";ResultSetrs_zt=stmt.executeQuery("select*fromztwhereProjectID='"+temp+"'");while(rs_zt.next()){...
165
热度 -
jsp中split的使用有关问题!多谢!
jsp中split的使用问题!!!谢谢!!没有用过split函数,这是第一次用,出现如下问题,请指教是怎么回事呢?谢谢!!!org.apache.jasper.JasperException:UnabletocompileclassforJSPAnerroroccurredatline:7inthejspfile:/cyhtgl0520/htmod.jspGeneratedservleterror...
72
热度 -
不一样的:Unable to compile class for JSP解决办法
不一样的:UnabletocompileclassforJSP在别的地方可以但在我的电脑就不行org.apache.jasper.JasperException:UnabletocompileclassforJSPAnerroroccurredatline:-1inthejspfile:nullGeneratedservleterror:[javac]Compiling1sourcefileC:\...
428
热度 -
新手初学者有关问题
新手菜鸟问题我的JDK和TOMCAT都配置正确了,但是我运行我的JSP文件时候提示错误如下:请各位高手给予帮助,谢谢HTTPStatus500---------------------------------------------typeExceptionreportmessagedescriptionTheserverencounteredaninternalerror()thatpreven...
62
热度