The EGL run-time code for generated Java applications is packaged on disk1 of the WebSphere Studio Site Developer (WSSD) install CD and on disk4 of the WebSphere Studio Application Developer (WSAD) install CD. The run-time code is found in the redist\EGLRuntimes directory and its subdirectories for each of the distributed platforms supported for Java applications. The supported distributed platforms are AIX, Linux (Intel(TM)), iSeries, and Windows 2000/NT/XP. (See product prerequisites for supported versions.)
Jar files containing Java code common to all supported distributed platforms are contained in the redist\EGLRuntimes directory. Copy these jar files to each machine on which deployed EGL applications are to be run outside of a J2EE application server. (These files are already included in any Enterprise Archive (EAR) file used to deploy J2EE applications.) Include the fda.jar and fdaj.jar files in the classpath of the deployment machines.
There is a subdirectory for each supported distributed platform: Aix for AIX platforms, Linux for Linux platforms, iSeries for iSeries platforms, and Win32 for Windows 2000/NT/XP platforms. Each of the platform subdirectories has a bin subdirectory that contains non-Java, platform-dependent code. Copy all of the files in the bin directory for the deployment platform to a directory on each deployment machine, then set environment variables for that platform as follows:
> setup.sh install
In addition, some other environment variables must be set. For information on how to set these environment variables, run the script with the "envinfo" option:
> setup.sh envinfo
If for some reason you delete a symlink that is created for you during install, you can recreate it with the "link" option:
> setup.sh link
Related tasks
Deploying Java applications outside of J2EE
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.