HolonJ Forth
Using HolonJ
Clock
Tic Tac Toe

Testing/Console
Testing/Jmon
Debugging
Apps&Applets
Access
Style
Verification

Testing with the Java Console

I assume that you are familiar with the Java Development Kit. Open a DOS session and make the HolonJ directory active. Since the directory is included in the path (see installation), the Java interpreter finds the classes. The class file must contain the usual method main ( string [] args -- )

Example

Here are two DOS sessions, one each for HolonJ and for the Java interpreter's console window. 

 

The example method ttt.main is compiled into the class file as the method "main". HolonJ only uses the final part of a name after a dot.

Remarks

But I prefer the umbilical method.