ChinaUnix.net
相关文章推荐:

Unable to find explicit activity class

org.apache.jasper.JasperException: unable to compile class for JSP: JSP FileName:/jspinfo.jsp Java FileName:/C:/Tomcat/work/Catalina/localhost/_//org/apache/jsp\jspinfo_jsp.java An error occurred at line: 48 in the jsp file: /jspinfo.jsp Syntax error on token "enum", delete this token 45: 46: <% 47: ServletContext context = getServletContext(); 48: Enumeration enum = co...

by haibo9423 - 服务器应用 - 2008-01-04 11:25:07 阅读(2406) 回复(1)

相关讨论

有广州的ggddjjmm吗?我们怎么不组织个什么活动呢? :shock

by Catherine.chen - IT生活 - 2004-04-27 09:33:07 阅读(585) 回复(5)

在eclipse下,debug mode不能运行 提示错误: unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK 我直接通过startup.sh启动tomcat后,可以正常运行 为何不能在debug mode下运行阿? tomcat版本:j2sdk1.4.2_17 eclipse 3.3 OS:UBUNTU

by ysixin - Java - 2008-06-05 09:30:24 阅读(2401) 回复(3)

安装tomcat6.0.16和apache2.2.6,以及jk1.2.6,安装配置都成功,tomcat自带的index.jsp能正常显示,但是访问一下复杂一些的jsp就报错,错误如下: HTTP Status 500 - type Exception report The server encountered an internal error () that prevented it from fulfilling this request. org.apache.jasper.JasperException: unable to load class for JSP org.apache.jasper.JspCompilationContext.load(JspCompilationContex...

by 无聊哦 - 服务器应用 - 2008-08-14 21:40:34 阅读(13692) 回复(2)

整个错误如下 高手帮忙解决哈 type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: unable to compile class for JSP An error occurred at line: 1 in the jsp file: /gxc/index.jsp Generated servlet error: [javac] Compiling 1 source file D:\Tomcat 4.1\work\Standalone...

by yiway - 服务器应用 - 2006-03-22 21:56:28 阅读(2997) 回复(5)

经一个网友的提议,建议我安装freebsd来玩玩,然后我到网上关注freebsd一段时间. 再然后就是从网上下载6.0-RELEASE刻录成光盘. 且不料第一次安装就出现如下的错误提示: [quote]unable to find device node for /dev/X in /dev! The creation of filesystems will be aborted[/quote] 然后到网上去google中文网页,没有找到想要的答案.google英文页面,说是硬件驱动不支持之类的(看不懂,我是个英文盲,^_^),到底是怎么回事?难道识别不了...

by myfavourite - BSD - 2006-03-04 10:44:16 阅读(1623) 回复(0)

type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: unable to compile class for JSP An error occurred at line: 1 in the jsp file: /gxc/index.jsp Generated servlet error: [javac] Compiling 1 source file D:\Tomcat 4.1\work\Standalone\localhost\_\gxc\index_jsp.ja...

by yiway - Java - 2006-03-14 21:16:29 阅读(4816) 回复(1)

代码片断为: [code]class.forName("org.gjt.mm.mysql.Driver").newInstance(); String url =jdbc:mysql://localhost/sampdb?user=aini3001&password=aini3001&useUnicode=true&characterEncoding=GB2312; Connection conn= DriverManager.getConnection(url); Statement stmt=conn.createStatement();[/code] 错误提示为: HTTP Status 500 - ---------------...

by zhangxy6005 - Java - 2005-05-12 09:56:50 阅读(4585) 回复(7)

boa运行cgi,板子上出现错误的提示:cgi_header: unable to find LFLF 网页上:502 Bad Gateway The CGI was not CGI/1.1 compliant. 程序加了下面的代码 printf("Content-type:text/html\n\n"); 为什么还出错! 希望高人指点! 谢谢!

by pxues - Web开发 - 2009-06-03 10:22:23 阅读(4779) 回复(1)

今天配置Jsp环境变量,因为我前一段时间刚把Servlet囫囵吞枣地看了一遍,自己又用servlet写了一个学生档案管理系统,因为Jsp在tomcat的运行中会自动编译成Servlet,所以我觉得没有必要在去修改什么环境变量,于是我找来一个jsp代码,先运行下看看,结果不行。于是我又按照书本上介绍的把Path路径加上 %JAVA_HOME%\bin,结果还是不行。tomcat始终在报错: unable to find a javac compiler; com.sun.tools.javac.Main is not on ...

by china1985 - Java文档中心 - 2007-11-19 00:21:31 阅读(1206) 回复(0)

大虾请指教 我在安装php的时候, 用 ./configure –prefix=/usr/local/php4 -–with-mysql --with-apxs2=/usr/local/apache6/bin/apxs --with-java=/usr/java/ 结果报错 unable to find Java VM libraries in /usr/java/ 我的java不是我装的,我只看见在 /usr/java路径中,不知道是什么错误,还请指教 谢谢 如果是java安装得不对,谁能告诉我需要怎么改吗?

by radarwave - 系统管理 - 2006-07-31 17:20:46 阅读(714) 回复(2)