Andrew Answer wrote:
>
> Hello cocoon-users,
>
> how to use IBM jikes compiler instead of javac?
> cocoon.xconf:
> <!--
> <parameter name="compiler"
> value="org.apache.cocoon.components.language.programming.java.Javac"/>
> -->
> <parameter name="compiler" value="Jikes"/> not work.
> [ java.lang.ClassNotFoundException: Jikes ]
Try the wrapper class in the same format as above:
<parameter name="compiler"
value="org.apache.cocoon.components.language.programming.java.Jikes"/>
The value is a fully qualified class name that implements the Compiler
interface. "Jikes" is not an existing class name.
>
> --
> Best regards,
> Andrew mailto:[EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>