1 Reply Latest reply on Sep 27, 2002 3:02 AM by kammau

    Compile jsp error

    kammau

      Hi all,









      When I compile test.jsp with the above code, I found that the package of test.java is wrong. The package is
      package org.apache.jsp.;
      There is a "." at the end of the package.
      And Superclass HttpJspBase of class test not found.
      How can I solve the problem?
      Thank you in advance.

      Kammau

        • 1. Re: Compile jsp error
          kammau

          Hi all,
          If I do not add package="org.apache.jsp",
          I can compile successfully.

          Kammau

          > Hi all,
          >
          > destdir="${src.build.war}"
          > mapped="true"
          > package="org.apache.jsp"
          > uribase="/"
          > verbose="1">
          >
          >
          >
          > debug="on"
          >
          >
          >
          > destdir="${src.build.war}/WEB-INF/classes/jsp_servlet
          >
          > includes="*.java">
          >
          >
          >
          > When I compile test.jsp with the above code, I found
          > that the package of test.java is wrong. The package
          > is
          > package org.apache.jsp.;
          > There is a "." at the end of the package.
          > And Superclass HttpJspBase of class test not found.
          > How can I solve the problem?
          > Thank you in advance.
          >
          > Kammau