This section contains information about installing and configuring software
that is not delivered with WebSphere Business Integration Adapters and does
not necessarily have its own documentation. You will be directed to
perform these tasks by other sections of this guide when necessary.
If you are installing on a UNIX computer, but are using a Windows computer
to connect to the UNIX computer then do the following to configure the
environment for X emulation:
- Determine the IP address of the Windows computer that
you are using to connect to the UNIX computer.
You can execute the ipconfig command at the Windows command line
interface to display the IP address of the Windows computer.
- Set the DISPLAY environment variable on the UNIX computer to
the IP address determined in step 1.
You must be sure to follow the IP address with a colon and the identifier
for the monitor or display on the Windows client computer. If the
Windows client computer only has a single monitor then the display value is
0.0.
The following example shows the DISPLAY environment variable
being set to the single monitor on a Windows computer whose IP address is
9.26.244.30:
DISPLAY=9.26.244.30:0.0
- Export the DISPLAY environment variable on the UNIX computer by
executing the following command:
export DISPLAY
- Start the X emulation client on the Windows computer and connect to the
UNIX computer.
Do the following to install the IBM Java Development Kit on Windows:
- Copy the files named ibm-sdk-in131.exe and
ibm-sdk-tn131.exe from the IBM_JDK_WIN32
directory of the Adapter Framework installation media to a temporary directory
on your system.
- Double-click the files named
ibm-sdk-in131.exe and ibm-sdk-tn131.exe in
the temporary directory to extract their contents.
- Double-click the file named install.exe, which was
created when the contents of the compressed files were extracted in step 2.
- At the language selection prompt, choose the desired language from the
drop-down menu and click OK.
- At the Welcome screen click Next.
- At the Software License Acceptance screen click Yes.
- At the Choose Destination Location screen, either accept the default path
or perform one of the following tasks, then click Next when
done:
- Click Browse and select a directory to install the JDK to, then
click OK
- Click Browse, type the directory into which you want to install
the JDK to in the Path field, then click OK
- At the Select Components screen, leave all the checkboxes for the
components enabled and click Next.
- When prompted to install the Java Runtime Environment as the System JVM
click No.
- At the Start Copying Files screen click Next.
- At the Setup Complete screen click Finish.
