Skip to content
tcmaynard edited this page Apr 9, 2013 · 2 revisions

Visit the NetRexx website for more information about NetRexx.

To install drip follow the instructions for your OS as given on the main Github page.

For the typical NetRexx development grunt work (edit/compile/test) drip can be used as simply as:

  drip -cp $CLASSPATH myprog

As a simple drop-in for the java command, your usual aliases will apply. Fancier usage (NetRexx compilation, e.g.) is left as an exercise for the reader. Note: The NetRexxC.sh script as distributed calls java directly on lines 44 and 52.

Clone this wiki locally