7 Replies Latest reply on Dec 15, 2003 12:29 PM by borus

    Jikes for JSP compilation

      In JBoss 3.2.1 I have configured the jbossweb-jetty.sar/webdefault.xml

      to use my installed Jikes compiler by adding

      <init-param>
      <param-name>compiler</param-name>
      <param-value>jikes</param-value>
      </init-param>

      Although the compiler was recognized, I get a Servlet error upon compilation of a JSP:

      Exception: : Error running jikes compiler: Since compiler setting isn't classic or modern, ignoring fork setting.


      My JAVA_HOME is properly set.

      I saw an earlier post about encoding not supported under the standard Jikes deployment, but not knowing much about this it does not seem related.

      Any thoughts?