-----Original Message-----
From: Andrew Answer [mailto:[EMAIL PROTECTED]] 
Sent: Dienstag, 25. September 2001 13:27
To: [EMAIL PROTECTED]
Subject: jikes compiler

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 ]

-- 

I think you need to enter the absolute class name (containing the
package information)

I haven't work with Jikes but as you say it's from IBM It should be
something like <parameter name="compiler"
value="com.ibm.somethingelse.Jikes"/>

You'll find out which path to insert by looking into your jar file
containing Jikes. You need to insert every embedded directory separated
by a dot.

In the above example Jikes would be under com --> ibm --> somethingelse
--> Jikes

bye


---------------------------------------------------------------------
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]>

Reply via email to