Bill Trost wrote:
> 
> "Scott G. Miller" writes:
>     >   COMPILER={$JCOMPILER-javac}
>     >
>     > at the top, and then set JCOMPILER to jikes in your own environment.
> 
>     Is that shell independant?
> 
> Fer sure -- but glad you asked.
> 
> Oops, except I screwed up the syntax; shoulda been:
> 
>         COMPILER=${JCOMPILER-javac}

I note that this has been implemented, but using the JAVA_COMPILER
variable.  Unfortunately this is used by the 1.2 JDK on Linux to
determine what JIT compiler it should use - and setting this variable to
jikes prevents java from using its JIT compiler.

I thought autodetecting jikes would be a nice gimmick.

Ian.

_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to