eWebEditor在线文本编辑器吕海鹏修改版——报错,我只有60分了
eWebEditor在线文本编辑器吕海鹏修改版v0.1.3.rar
我用这个控件,报错。
HTTP Status 500 -
--------------------------------------------
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
Generated servlet error:
[javac] javac: invalid flag: Files\Apache
[javac] Usage: javac <options> <source files>
[javac] where possible options include:
[javac] -g Generate all debugging info
[javac] -g:none Generate no debugging info
[javac] -g:{lines,vars,source} Generate only some debugging info
[javac] -nowarn Generate no warnings
[javac] -verbose Output messages about what the compiler is doing
[javac] -deprecation Output source locations where deprecated APIs are used
[javac] -classpath <path> Specify where to find user class files
[javac] -cp <path> Specify where to find user class files
[javac] -sourcepath <path> Specify where to find input source files
[javac] -bootclasspath <path> Override location of bootstrap class files
[javac] -extdirs <dirs> Override location of installed extensions
[javac] -endorseddirs <dirs> Override location of endorsed standards path
[javac] -d <directory> Specify where to place generated class files
[javac] -encoding <encoding> Specify character encoding used by source files
[javac] -source <release> Provide source compatibility with specified release
[javac] -target <release> Generate class files for specific VM version
[javac] -version Version information
[javac] -help Print a synopsis of standard options
[javac] -X Print a synopsis of nonstandard options
[javac] -J <flag> Pass <flag> directly to the runtime system
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:332)
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:437)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:497)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:476)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:464)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
note The full stack trace of the root cause is available in the Apache Tomcat/5.0.30 logs.
[解决办法]
帮你up下,没用过
[解决办法]
别用这个了,我以前也是用这个,发现很多问题,不支持jdk1.4,不支持weblogic8,在weblogic9上bug还有几个,不支持firefox。。。。。
用fckeditor吧,我现在用这个,感觉很爽~!
------解决方案--------------------
FCKeditor-2.3.jar
使用这个吧
去官方下载支持jsp的jar
配置比较简单
js方式的 tag方式 都有
使用非常方便直接按照例子把tag标签放到相关位置就好了
http://www.fckeditor.net/download
我刚做的www.88doc.com的wiki简易系统的在线编辑就用的是这个
看效果的话需要简单注册一下,在编辑别人的条目的时候就是用的这个 嘿嘿
另外如果是jsp的有个问题那就是上传图片和flash
需要修改源码
下面的文章提供参考
(FCKeditor中使用JSP版本上传图片、flash以及文件)
http://www.88doc.com/88doc/software/java/4/4_1168625232046.html
我的异常网推荐解决方案:The server encountered an internal error () that prevented it from fulfilling this request.,http://www.myexception.cn/java-web/317.html
我的异常网推荐解决方案:org.apache.jasper.JasperException: Unable to compile class,http://www.myexception.cn/j2ee/2308.html