NetRexx User's Guide, version 2.05
Copyright (c) IBM Corporation, 2005. All rights reserved. © | Draft of 14 Jan 2005 |
[previous | contents | next] |
/java \java11 c:\jdk1.1.6It will contain directories such as ‘bin’ and ‘lib’.
Note: if your Java home directory is on a CD-ROM, or on an unwritable shared disk, you’ll need to leave the NetRexx files elsewhere and set up CLASSPATH and PATH environment settings to refer to them. Consult your Java toolkit and operating system documentation for details on how to do this.
e:\NetRexx\lib\NetRexxC.jarNote: if you have a NetRexxC.zip in your CLASSPATH from an earlier version of Rexx, remove it (NetRexxC.jar replaces NetRexxC.zip).
hello.nrx -- a simple NetRexx program for testing NetRexxC.cmd -- the NetRexx compiler command in Rexx NetRexxC.bat -- similar NetRexx compiler batch script (Windows .bat) NetRexxC.sh -- similar NetRexx compiler shell script for Linux and Unix nrc.cmd -- shorter name for NetRexxC.cmd nrc.bat -- shorter name for NetRexxC.bat nrc -- shorter name for NetRexxC.shThe .cmd files are simple Rexx scripts for making it easier to use the translator. You don’t have to use these, but they save some typing. They should require little modification to run under the Rexx interpreter for your platform; for details of Rexx interpreters, see: http://www2.hursley.ibm.com/rexx/
NetRexx installation is now complete. Now would be a good time to check that it works, as described in the Testing the NetRexx Installation section.