- NetRexxJe Plugin for the jEdit editor , Version 0.09 NetRexxJe-0.09.jar (395 kb) (
new version 02/27/2003 - see change log.)
jEdit is an Open Source, cross platform text editor written in Java. It has many advanced features that make text editing easier, such as syntax highlighting, auto indent, abbreviation expansion, registers, macros, regular expressions, and multiple file search and replace.
The NetRexxJe plugin is a jEdit plugin, written in netrexx, which allows you to easily compile and run NetRexx and Java programs from within the jEdit environment.
Here are some screen shots of jEdit and the NetRexxJe plugin
ScreenShot 1
ScreenShot 2
ScreenShot 3
ScreenShot 4
ScreenShot 5
ScreenShot 6
Click here for detailed information on NetRexxJe plugin. (This is included in the download file too)
You can also get the plugin in zip or tgz format from the jEdit plugin site.
- NetRexx Documentation
Each of the following NetRexx help file contains
- NetRexx User's Guide,
- NetRexx Language Quick Start
- NetRexx Language Definition
- NetRexx Language Definition - Supplement
- NetRexx Documentation in MS Window Compiled HTML Help format - nrxhelp.zip (317 kb)
- NetRexx Documentation in JavaHelp format - nrxhelp.jar (395 kb)
To use this you would need Java Run Time environment 1.2 or later installed on you machine.
You would also need Java Help 1.1.1.
If you do not have Java Help installed then download the following file jhall.jar (386 kb) and save it in your Java's jre\lib\ext directory. (You can save it to another directory but then remember to add that directory name to your CLASSPATH.)
(You can get the full Java Help package, containing tutorial, demo, documentation etc, from http://www.javasoft.com/products/javahelp/index.html)
To view the netrexx help file go to the directory where you saved the nrxhelp.jar file and type
java -jar nrxhelp.jar
- Regina Documentation
- Regina Documentation in MS Window Compiled HTML Help Format - Regina.chm (373 kb)
- Regina Documentation in HTML format with a TOC applet for navigation - Regina.jar (331 kb)
This is a set of simple html help files which can be viewed on a standard browser.
To use this documentation
- download Regina.jar.
- create a new directory and extract all the files into that directory.
You can use WinZiP, the java jdk JAR or any other compression program to extract the files from Regina.Jar.
- open the file ReginaFrames.html.
This file uses a simple TOC applet to help you navigate the set of HTML files. The applet has been written using NETREXX and should run in any browser which support java applets.
To view the documentation online click here.
- TOC applet - TOC.jar (45.1 kb)

A simple applet, written in NetRexx, to help navigate a set of HTML files.
It implements its own version of a tree control.
The applet just uses AWT for GUI and thus is pretty fast. It doesn't use SWING, so no SWING libraries are required.
On IE browser it should run properly even with the embedded MicroSoft JVM, so Sun's JRE or Java Plugin are not required.
Download this applet if you would like to use it.
The TOC.jar contains all the files (including the NetRexx runtime classes) required to use the applet.This is also included in the Regina.jar file above.
Click here to see instructions on using this applet
Click here to see a demo of this applet
Click here for another example.
Click here to see the source code.