Hi

As far as i can remember you have to compile jikes with encoding support
yourself.
I got a jikes.exe with encoding support here - i can upload it to a
server if you would like.

Note:
It has 10 MB as .exe ( don?t know why it is that big :-))
~ 3MB zipped

greets,
mike

Steve Cheng wrote:

>Dear all,
>
>I get the follow error message when I am trying to use jikes to replace
>javac in tomcat 5.1.
>
>    [javac] use: jikes [options] [EMAIL PROTECTED] file.java...
>    [javac] For more help, try -help or -version.
>    [javac] Error: The option "-encoding" is unsupported in this build.
>
>Could anyone give me some hints about it?
>
>OS: MS Windown 2000 server
>Tomcat version: 5.1.18
>Jikes Version: 1.20
>JDKVersion : 1.4.1
>
>
>web.xml segment:
>    <servlet>
>        <servlet-name>jsp</servlet-name>
>        <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
>        <init-param>
>            <param-name>fork</param-name>
>            <param-value>false</param-value>
>        </init-param>
>        <init-param>
>            <param-name>xpoweredBy</param-name>
>            <param-value>false</param-value>
>        </init-param>
>
>        <init-param>
>            <param-name>compiler</param-name>
>            <param-value>jikes</param-value>
>        </init-param>
>        <load-on-startup>3</load-on-startup>
>    </servlet>
>
>CATALINA_OPS:
>-Dbuild.compiler.emacs=true
>
>steve
>
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to