Welcome to HolonJ 

This fully functional version of HolonJ is offered for free use. 

Installation

Store the Holon files in one common directory. 

Holon Files
Java Development Kit

HolonJ is used in cooperation with the Java Development Kit. HolonJ works starting with the JDK V1.1. The SDK 2 version 1.2 or later are recommended. 

I assume that you have already installed the Java SDK. 

Path

Add your HolonJ directory to the PATH statement in AUTOEXEC.BAT

Starting HolonJ

Holon runs under DOS. HOLONJ.EXE looks for the files HOLONJ.STR and HOLONJ.TEX in the working directory.

Problems have been reported when starting from the DOS command prompt in Windows NT. Solution: Start Holon from the Explorer.

If you see an empty browser and the question: "Create a new application? Y/N", then HOLONJ has not found the program files .STR and .TEX, probably because the working directory is not set to the Holon directory. Press N and restart Holon in a different way.

Operating HolonJ

You see the source text of the target program in a browser, structured into modules, groups, and words. The central panes show the definition and comment of the current word. At the bottom the stack pane is used for interactive testing.

Below the stack pane a function key menu is presented.

Quick Test

Using JMON

Open a second DOS window and start JMON with the command "java jmon". JMON is meant to multitask with HolonJ. You may need to set up both DOS windows for free scheduling. 

In Win 95/98 set Properties/Misc: Always_suspend=no 

Online Manual

Press F1 to enter the online manual, which provides a detailed description of the operation of HolonJ. The manual can be printed. See the chapter Setup, section Printer.

HolonJForth

The syntax of the programming language HolonJForth is described in http://holonforth.com/tools/java/javaforth.htm. 

Using HolonJ

See http://holonforth.com/tools/java/usingholonj/usinghj.htm for details and examples of using HolonJ for application development.

No Support

HolonJ is now a free system without support. You find a lot of information both in this distribution and in the web site. I do hope that it is sufficient and useful.

There is a Holonforth mailing list for discussing the design principles of Holon.