javac replacement

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

javac replacement

serkom
Dear NetRexxers,

IBMs jikes.exe version 0.36 (javac clone) compiles Java Soucres nice and
fast, even the ones coming from NetRexx. (using the +$ option)

Is there a official way to replace javac.exe by jikes.exe +$, so that
NRC.cmd runs as before, but with using much faster jikes instead of javac?
NRC does not use javac.exe but the responding java classes directly.

All the best

Kai

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

Re: javac replacement

Mike Cowlishaw-2
Not being one for officialdom, I'm not quite sure what you're asking.
NetRexxC calls javac directly in order to avoid reloading all the classes that
are used by both javac and NetRexxC.  If that isn't an issue (i.e., you're
using Jikes or any other compiler), just specify -nocompile.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Mike Cowlishaw, IBM Fellow, IBM UK Laboratories
mailto:[hidden email]   [http://www2.hursley.ibm.com]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>