Hi Here it is: http://vis.at/jikes.zip I packed it with javas 'jar' so there is a Manifest file in the zip - simply ignore it :-)
greets, mike Steve Cheng wrote: >Thanks Michael, > >Please! Either you can upload it to a server or you can send me the zip >file. >Really thanks a lot! > >My email address is [EMAIL PROTECTED] > >steve > >----- Original Message ----- >From: "Michael Mangeng" <[EMAIL PROTECTED]> >To: "Tomcat Users List" <[EMAIL PROTECTED]> >Sent: Tuesday, May 04, 2004 3:40 PM >Subject: Re: Jikes: "-encoding" is unsupported > > > > >>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] >> >> >> >> > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
