Instalation instructions for gar2rnx/Java. More info on http://www.mhobot.w.pl/java/gar2rnx

First, you should download gar2rnx / Java binary version and unzip it to some location.
gar2rnx.jar is main "executable" file. You can run it by starting Java Virtual Machine (JVM) on it. How to do it depends on your operating system and JVM version. Here I'll give some examples. For more information, refer to JVM documentation.

For "standard", Sun Java Runtime Environment (JRE) or Java Development Kit (JDK) you should issue a following from command line:

java -jar gar2rnx.jar parameters

For older Java 1.1.x:

jre -classpath gar2rnx.jar async parameters

Where parameters are "async" parameters documented in README.txt file.

If you don't have Java 2 environment, chances are you don't have to download it from Sun. If you're running Windows you should have Microsoft Internet Explorer which have Java enabled in full install.
To check it, just issue "jview" command from command line. It should work. Then you can run gar2rnx / Java by issuing command:

jview /cp gar2rnx.jar async parameters

If you don't have JVM - you have to get one from Sun, IBM, Insignia or some other vendor.

When you have Java Virtual Machine installed and working correctly, time to install Java Communication API.
For more info on that module, go to Java comm page at http://www.mhobot.w.pl/java/comm

Report problems to Michal Hobot, MichalHobot@netscape.net
