Jargon ReaderTM
Installation Instructions

After developing an application in Jargon Writer, you have several alternatives when deploying it.

Jargon Reader allows you to deploy your application either as a Java "applet" or as a Java "application". An applet has security and performance limitations compared to an application, so the application model is better for intranet deployments and for Internet-based deployments where you have a limited number of known users. Applet deployments are better suited for general Internet use, since no software needs to be installed on the client system except possibly the "Java Plugin".

1. Installation procedures when running your app as a Java applet.

The following items must be installed on your host server(s). See the appropriate "Host Software Installation Instructions" for further details.
When a client software "app" is being run as a Java applet, the only required client software is a Web browser that can run applets written for Java 1.2.

If the browser version being used does not have this capability, the Java Plug-in from Sun Microsystems must be installed. This plug-in contains a JRE (Java Runtime Environment) that supports the required Java version. When installed, this plug-in will be used to run applets instead of the built-in JRE in the Netscape Navigator and Microsoft Internet Explorer browsers. The Java 1.2 Plugin is included with the JRE 1.2 install file. It can also be downloaded from: http://java.sun.com/products/jdk/1.2/jre/download-windows.html

The Jargon Reader software and the application procedures ("xml" files) will be downloaded to the browser from the Web server on your intranet or on the Internet.

No other client installation steps are required. The applet will be started by clicking on a link in an HTML Web page designed for this purpose. If you are using Sun's Java Plug-in, consult their documentation to learn how to convert HTML pages to utilize the plugin (docs are on the same Web site listed above).

Optionally, you may tune the Java runtime environment on the client for better performance by doing the following steps:

1. Close all running Java programs.
2. Close all web browsers.
3. Go into the "Java Plugin Control Panel" (on the Windows start menu under "Programs").
4. In the "Java Runtime parameters" textbox type: "-ms8 -mx32" (without the quotes).
5. Press the "Apply" button.
6. Start your web browser and click the link to run the application.
Note that "-ms8"  will give the plugin 8MB of memory at startup and "-mx32" will allow the JVM to allocate up to a maximum of 32MB of memory if needed.
2. Installation Procedures when running your app as a Java application.
The following items must be installed on your host server(s). See the appropriate "Host Software Installation Instructions" for further details.
When a client software "app" is being run as a Java application, the required client software includes the following list of items. If the self installing CD from Jargon Software is used, these items will be installed automatically when you run the install program and respond to questions as prompted.

Otherwise, if you are installing Jargon Reader "by hand", use this checklist to install client software.

NOTE: the client software can be installed on a network drive (like G:), in which case the only software residing on the physical client system will be the shortcut or menu item to access the network directory.


Notes:

Example (all goes on one line):
C:\jre122\bin\javaw.exe -ms8m
-classpath C:\jre122\lib\rt.jar;.\lib\reader.jar;.\lib\aelfred.jar;.\lib\o4glrt.zip Main system/sports.ini

After the above items have been automatically or manually installed, next install the "xml" files for your app in the "xml" subdirectory of the Jargon Reader working directory or in the server download directory (such as "C:\inetpub\wwwroot\xml").

Also install any images used by your app in the "images" subdirectory of the Jargon Reader working directory or in the server download directory (such as "C:\inetpub\wwwroot\images").

Note that both xml and image files may be in subdirectories of their respective "root" directories. For example, an image file defined within an app as "demo/sports/next.gif" would be installed as "<reader working directory>\images\demo\sports\next.gif".

Notes for startup command:

Notes for "ini" file values:
For Additional Assistance
If you have questions or problems not covered by this document, see the additional assistance section in the installation instructions index.

 Up to Top    Installation Instructions Index     Return to Help Index