0 Replies Latest reply on Jun 14, 2007 1:13 PM by akrishmohan

    Configuring JDK5.0 compilation support in JBoss 4.2

    akrishmohan

      Hi

      We are moving from 4.0.4 GA to JBoss 4.2. I was curious to know if we still needed to manually add these lines to web.xml to enable JDK5 compilation support.


      <init-param>
      <param-name>compilerSourceVM</param-name>
      <param-value>1.5</param-value>
      </init-param>

      Let me know. Thanks

      K