当前位置: 代码迷 >> Java Web开发 >> 从jdk1.5转到1.42_08,tomcat6.0转到5.0,运行原来的工程报如下错误,是什么有关问题
  详细解决方案

从jdk1.5转到1.42_08,tomcat6.0转到5.0,运行原来的工程报如下错误,是什么有关问题

热度:44   发布时间:2016-04-17 13:56:27.0
从jdk1.5转到1.42_08,tomcat6.0转到5.0,运行原来的工程报如下错误,是什么问题?
StandardWrapperValve[debugjsp]:   Servlet.service()   for   servlet   debugjsp   threw   exception
org.apache.jasper.JasperException:   Unable   to   compile   class   for   JSP

Generated   servlet   error:
        [javac]   javac:   invalid   flag:   5.0/common/endorsed
        [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]       -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]       -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
  相关解决方案