A good text editor for learning Java/NetRexx programming.
Options==>Preferences==>General Options==>Change Directory in File
Open/View Dialogs
To customize the execute menu for the Java/NetRexx functions used in
class, select
Options==>Preferences==>Execute Menu==>New
and add each function desired (I recommend turning on the capture output
setting for these.):
---------------------------------------------------------------
Menu Item : nrc (NetRexx compile)
Command: nrc %n -nocrossref
Directory: %u\%d
---------------------------------------------------------------
Menu Item : nrc -run (NetRexx compile and run)
Command: nrc -run %n -nocrossref
Directory: %u\%d
---------------------------------------------------------------
Menu Item : nrc -keep (NetRexx compile to Java source)
Command: nrc -keep %n -nocrossref
Directory: %u\%d
---------------------------------------------------------------
Menu Item : javac (Java compile)
Command: javac %n.java
Directory: %u\%d
---------------------------------------------------------------
Menu Item : java (Run program class file in Java Virtual
Machine)
Command: java %n
Directory: %u\%d