日期:2014-05-20  浏览次数:20733 次

急急急~~~请问这是什么错啊~~请高手看看~~
Servlet.service()   for   servlet   debugjsp   threw   exception

org.apache.jasper.JasperException:   Unable   to   compile   class   for   JSP

An   error   occurred   at   line:   -1   in   the   jsp   file:   null

Generated   servlet   error:
        [javac]   Compiling   1   source   file
        [javac]   javac:   invalid   flag:   C:\Documents
        [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