How to use jikes compiler?

2000-12-10 Thread LouisVoo
Hi, I want to configure my orion to use jikes compiler to do some experiment, can anyone tell me how to do it? I modified the server.xml file, and did: compiler executable="jikes" classpath="../lib/rt.jar" / rt.jar is already in orion/lib directory, do I need to get jikes executable file?

Re: How to use jikes compiler?

2000-12-10 Thread Guilherme Ceschiatti
Em Sunday 10 December 2000 23:10, vocĂȘ escreveu: Hi, I want to configure my orion to use jikes compiler to do some experiment, can anyone tell me how to do it? I modified the server.xml file, and did: compiler executable="jikes" classpath="../lib/rt.jar" / rt.jar is already in orion/lib

Re: How to use jikes compiler?

2000-12-10 Thread Mike Clark
Download information for jikes is available at... http://alphaworks.ibm.com/tech/Jikes Make sure the jikes executable is in your PATH, or fully qualify it's location in the "executable" tag of the server.xml file. Mike LouisVoo wrote: Hi, I want to configure my orion to use jikes