NetRexx User's Guide, version 2.05
Copyright (c) IBM Corporation, 2005. All rights reserved. © | Draft of 14 Jan 2005 |
[previous | contents | next] |
java COM.ibm.netrexx.process.NetRexxC hello java helloThe first of these should translate the test program and then invoke the javac compiler to generate the class file (hello.class) for the program. The second should run the program and display a simple greeting.
If you have any problems or errors in the above process, please read the detailed instructions and problem-solving tips that follow.