日期:2014-05-18  浏览次数:20664 次

大家来找错啊!!!!!!!!!!!!!!!!!!
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]   Since   fork   is   true,   ignoring   compiler   setting.
        [javac]   Compiling   1   source   file
        [javac]   Since   fork   is   true,   ignoring   compiler   setting.
        [javac]   D:\chofo\tomcat-4.1.24\work\Standalone\localhost\sodachofo\t_career\add_do_jsp.java:126:   '] '   expected
        [javac]   String   play_id[i]   =   new   String(request.getParameter( "column_play_id "+i).getBytes( "8859_1 "));
        [javac]                                                                                 ^
        [javac]   D:\chofo\tomcat-4.1.24\work\Standalone\localhost\sodachofo\t_career\add_do_jsp.java:136:   '] '   expected
        [javac]     String   club_id[i]   =   new   String(request.getParameter( "column_club_id "+i).getBytes( "8859_1 "));
        [javac]                                                                                   ^
        [javac]   D:\chofo\tomcat-4.1.24\work\Standalone\localhost\sodachofo\t_career\add_do_jsp.java:157:   '] '   expected
        [javac]   String   play_id[i]   =   new   String(request.getParameter( "column_play_id "+i).getBytes( "8859_1 "));
        [javac]                                                                                 ^
        [javac]   D:\chofo\tomcat-4.1.24\work\Standalone\localhost\sodachofo\t_career\add_do_jsp.java:169:   '] '   expected
        [javac]     String   club_id[i]   =   new   String(request.getParameter( "column_club_id "+i).getBytes( "8859_1 "));
        [javac]                                                                                   ^
        [javac]   4   errors

以上是提示的错误,可是我觉得我写的没有错啊,请高手指点迷津!!

--