It is possible to tell NetRexx that I would like to use Jikes rather
than Javac? dp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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> |
Yes .. if you specify -nocompile then NetRexx will not call javac to compile
the .java files; you can then use the compiler of your choice... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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> |
>Yes .. if you specify -nocompile then NetRexx will not call javac to compile
>the .java files; you can then use the compiler of your choice... > Actually, I let NetRexx use Jikes! <G> I copied Jikes.exe to the jdk116\bin directory and renamed it to javac.exe. Works great and no additional keyboard twiddling after NetRexx finishes... -- /-------------------------------------\ | Jerry McBride | | | | ([hidden email] | \-------------------------------------/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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> |
In reply to this post by Dennis Peterson
On Mon, 13 Jul 1998 06:55:20 -0400, Jerry McBride wrote:
>Actually, I let NetRexx use Jikes! <G> I copied Jikes.exe to the jdk116\bin >directory and renamed it to javac.exe. Works great and no additional keyboard >twiddling after NetRexx finishes... > Yes, but sometimes the error messages generated for Jikes are not clears for me. I prefer maintain the difference and be able to execute Javac. Francesc Roses University of Barcelona ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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> |
In reply to this post by Dennis Peterson
On Mon, 13 Jul 1998 06:55:20 -0400, Jerry McBride wrote: >Actually, I let NetRexx use Jikes! <G> I copied Jikes.exe to the jdk116\bin >directory and renamed it to javac.exe. Works great and no additional keyboard >twiddling after NetRexx finishes... Call me silly :-) but are you sure (I mean really sure) you are using Jikes that way? I mean, last time I checked, NetRexx does not use javac.exe. It directly calls sun.tools.javac.Main (a Java class). Martin -- [hidden email] Team OS/2 http://www.mygale.org/~lafaix ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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> |
>
>On Mon, 13 Jul 1998 06:55:20 -0400, Jerry McBride wrote: >>Actually, I let NetRexx use Jikes! <G> I copied Jikes.exe to the jdk116\bin >>directory and renamed it to javac.exe. Works great and no additional keyboard >>twiddling after NetRexx finishes... > >Call me silly :-) but are you sure (I mean really sure) you are >using Jikes that way? I mean, last time I checked, NetRexx does >not use javac.exe. It directly calls sun.tools.javac.Main (a Java >class). > You're right! Mike pointed out the error of my ways a few days ago. Foolish me... <G> -- /-------------------------------------\ | Jerry McBride | | | | ([hidden email] | \-------------------------------------/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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> |
Free forum by Nabble | Edit this page |