UNIX-centric instructions for translating and executing JR programs.  After following the instructions below, if you still have problems, see the FAQ page.

The below assumes that you use csh (or tcsh).  If you use another shell, similar instructions apply.

                     export JRSH=/bin/bash

                    (Consider placing this command in $HOME/.bashrc.)

                    ;  use "java-mode" automatically for files for JR
                    (setq auto-mode-alist (cons (cons "\\.jr$" 'java-mode) auto-mode-alist))
                    (setq auto-mode-alist (cons (cons "\\.ccr$" 'MODE) auto-mode-alist))
                    (setq auto-mode-alist (cons (cons "\\.csp$" 'MODE) auto-mode-alist))
                    (setq auto-mode-alist (cons (cons "\\.m$" 'MODE) auto-mode-alist))