104 lines
6.0 KiB
HTML
104 lines
6.0 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="task" />
|
|
<meta name="DC.Title" content="Installing IBM Toolbox for Java on your workstation" />
|
|
<meta name="abstract" content="Before you install IBM Toolbox for Java, make sure to address the workstation requirements that pertain to your environment." />
|
|
<meta name="description" content="Before you install IBM Toolbox for Java, make sure to address the workstation requirements that pertain to your environment." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahnm0401.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="jarfilelist.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzahnm09" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Installing IBM Toolbox for Java on your workstation</title>
|
|
</head>
|
|
<body id="rzahnm09"><a name="rzahnm09"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Installing IBM Toolbox for Java on your workstation</h1>
|
|
<div><p>Before you install IBM<sup>®</sup> Toolbox for Java™, make sure to address the workstation
|
|
requirements that pertain to your environment.</p>
|
|
<div class="section"><p> How you install IBM Toolbox for Java on your workstation depends on how
|
|
you want to <a href="rzahnm0301.htm#rzahnm0301">manage your installation</a>:</p>
|
|
<ul><li>To install IBM Toolbox
|
|
for Java on
|
|
individual clients, copy the JAR files to your workstation and configure
|
|
your workstation CLASSPATH.</li>
|
|
<li>To use IBM Toolbox
|
|
for Java that
|
|
is installed on a server, you only have to configure your workstation CLASSPATH
|
|
to point to the server installation. To point your workstation CLASSPATH
|
|
to the server, your server must have iSeries™ Netserver installed.</li>
|
|
</ul>
|
|
<p>This documentation explains how to copy the class files to your workstation.
|
|
For more information about setting the CLASSPATH on your workstation, refer
|
|
to the operating system documentation for your workstation or information
|
|
available at the <a href="http://developer.java.sun.com/developer/" target="_blank">Sun Java Web site</a> <img src="www.gif" alt="Link outside Information Center" />.</p>
|
|
<div class="note"><span class="notetitle">Note:</span> Using the IBM Toolbox for Java classes
|
|
in your application also requires that your system meets the <a href="rzahnm0402.htm#rzahnm0402">requirements
|
|
for i5/OS™</a>.</div>
|
|
<p>The IBM Toolbox
|
|
for Java class
|
|
files are packaged in several jar files, consequently you need to copy one
|
|
or more of these jar files to your workstation. For more information about
|
|
which jar files are required for specific IBM Toolbox for Java functions, see <a href="jarfilelist.htm#jarfilelist"> Jar
|
|
files</a>. </p>
|
|
<p><strong><span class="synph" id="rzahnm09__copyjar"><a name="rzahnm09__copyjar"><!-- --></a><span class="kwd"></span></span>Example: Copying
|
|
jt400.jar</strong></p>
|
|
<p>The following example assumes you want to copy jt400.jar,
|
|
which contains the core IBM Toolbox for Java classes.</p>
|
|
<p>To manually copy the
|
|
jar file, complete the following steps:</p>
|
|
</div>
|
|
<ol><li class="stepexpand"><span>Find the jt400.jar file in the following directory: /QIBM/ProdData/HTTP/Public/jt400/lib</span></li>
|
|
<li class="stepexpand"><span>Copy jt400.jar from the server to your workstation. You can do
|
|
this in a variety of ways:</span> <ul><li>Use iSeries Access
|
|
for Windows<sup>®</sup> to
|
|
map a network drive on your workstation to the server, then copy the file.</li>
|
|
<li>Use file transfer protocol (FTP) to send the file (in binary mode) to
|
|
your workstation.</li>
|
|
</ul>
|
|
</li>
|
|
<li class="stepexpand"><span>Update the CLASSPATH environment variable of your workstation.</span> <ul><li>For example, if you are using Windows NT<sup>®</sup> and you copied jt400.jar
|
|
to C:\jt400\lib, add the following string to the end of your CLASSPATH: <pre> ;C:\jt400\lib\jt400.jar</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ol>
|
|
<div class="section"><p>You also have the option of using the open source version of IBM Toolbox
|
|
for Java,
|
|
called JTOpen. For more information about JTOpen, see the <a href="http://www.ibm.com/servers/eserver/iseries/toolbox/" target="_blank">IBM Toolbox
|
|
for Java and
|
|
JTOpen Web site</a> <img src="www.gif" alt="Link outside Information Center" />. </p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="jarfilelist.htm">Jar files</a></strong><br />
|
|
The IBM Toolbox
|
|
for Java is
|
|
shipped as a set of jar files. Each jar file contains Java packages
|
|
that provide specific functions. You can reduce the amount of required storage
|
|
space by using only the jar files required to enable the specific functions
|
|
that you want.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahnm0401.htm" title="How you install IBM Toolbox for Java depends on how you want to manage your installation. Use these topics to install IBM Toolbox for Java.">Installing IBM Toolbox for Java</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |