Yeah I was reading about this on the jikes sight I guess I need jdk?

I should be able to get this from any platform's binary distribution
and copy the classpath files
they should be compiled into bite code right?

Is this what you meant Charles by getting the x86 version?
and then compile jikes to use it?

ok so just to go over what I think I need to do tell me if I'm right
1. Get a JDK for any platform copy the stuff from the classpath into a
tarball then install that on the server.
2. download and install jikes on the server setup the environment
variable CLASSPATH to point to the directory created above.
3. Install tomcat?

Is that what I need to run tomcat?

On 3/21/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> From: Jeff Sadowski [mailto:[EMAIL PROTECTED]
> Subject: Re: [OT] apache-tomcat on an ia64 rhel4?
>
> What about jikes will that work?

Jikes is just a Java compiler - not a runtime system.  You still need a
JRE to load and execute the generated class files and provide the APIs.
Class files produced by Jikes should function with any of the standard
JREs (Sun, IBM, JRockit) and possibly others.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to