The installation of the Presentation Client on non-Windows platforms is a manual process:
Set up the Presentation Client directory on the workstation; for example, C:\NGEN_CE\Presentation Client.
Copy the Presentation Client jar files to the directory. Ensure the following files are copied:
jh.jar
ViewerHelp.jar
LINCViewer.jar
xmlParserAPIs.jar
xercesImpl.jar
Set up a directory which class files can either be copied to, or downloaded from a remote location; for example, C:\CE\classes.
Copy the configuration file to the Presentation Client directory, or another accessible location. Refer to Using the Configuration Assistant in the Agile Business Suite Component Enabler Guide for more information on creating a configuration file.
Ensure the following files and directories are included in the classpath:
Viewer.jar file.
Location of the generated form class files. If these files are not located within the Presentation Client directory, the download destination option must be specified in the configuration file.
Ensure the Java Runtime Environment (version 1.6 or later) is installed on the workstation.
To start the Presentation Client, run the Java interpreter from the command line using the following syntax:
javaw com.unisys.jellybeans.views.LINCViewer <command line options>
The following example starts the Presentation Client as an application accessing the system sample, as defined in the configuration file config.xml.
javaw com.unisys.jellybeans.views.LINCViewer -config=config.xml -system=sample
If applicable, you can create a desktop icon or menu item to initiate the Presentation Client.
Uninstalling the Presentation Client
Uninstalling the Presentation Client on non-Windows platforms is a manual process. It is a matter of reversing the installation instructions and deleting the relevant files.