There was a recent message on the list about this. See... http://www.javaroom.de/index.html
Jake
At 11:56 AM 12/7/2003 +0700, you wrote:
Hi,
Refer to Tomcat documentation.
If you wish to use Jikes to compile JSP pages:
- Download and install jikes. jikes must support the -encoding option. Execute jikes -help to verify that it was built with support for -encoding. - Set the init parameter compiler to jikes. - Define the property -Dbuild.compiler.emacs=true when starting Tomcat by adding it to your CATALINA_OPTS environment variable. This changes how jikes outputs error messages so that it is compatible with Jasper. - If you get an error reporting that jikes can't use UTF8 encoding, try setting the init parameter javaEncoding to ISO-8859-1.
Unfortunately, lastest Jikes binary release seem not support -encoding option. So, I need helps. Does anyone know where to download Jikes binary release both for Linux and Win32 which support -encoding option?
--------------------------------------------------------------------- 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]