ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaha_5.4.0.1/whatitis.htm

131 lines
8.7 KiB
HTML
Raw Permalink Normal View History

2024-04-02 14:02:31 +00:00
<?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="concept" />
<meta name="DC.Title" content="IBM Developer Kit for Java" />
<meta name="abstract" content="Java compatibleIBM Developer Kit for Java is optimized for use in an iSeries server environment. It uses the compatibility of Java programming and user interfaces, so you can develop your own applications for the iSeries server." />
<meta name="description" content="Java compatibleIBM Developer Kit for Java is optimized for use in an iSeries server environment. It uses the compatibility of Java programming and user interfaces, so you can develop your own applications for the iSeries server." />
<meta name="DC.Relation" scheme="URI" content="whatsnew.htm" />
<meta name="DC.Relation" scheme="URI" content="printthis.htm" />
<meta name="DC.Relation" scheme="URI" content="getstart.htm" />
<meta name="DC.Relation" scheme="URI" content="config.htm" />
<meta name="DC.Relation" scheme="URI" content="rtrcomp.htm" />
<meta name="DC.Relation" scheme="URI" content="dbconn.htm" />
<meta name="DC.Relation" scheme="URI" content="othlang.htm" />
<meta name="DC.Relation" scheme="URI" content="platform.htm" />
<meta name="DC.Relation" scheme="URI" content="advtopic.htm" />
<meta name="DC.Relation" scheme="URI" content="guiintro.htm" />
<meta name="DC.Relation" scheme="URI" content="security.htm" />
<meta name="DC.Relation" scheme="URI" content="tuning.htm" />
<meta name="DC.Relation" scheme="URI" content="comtools.htm" />
<meta name="DC.Relation" scheme="URI" content="debugmain.htm" />
<meta name="DC.Relation" scheme="URI" content="codeex.htm" />
<meta name="DC.Relation" scheme="URI" content="trouble.htm" />
<meta name="DC.Relation" scheme="URI" content="jdocindx.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="whatitis" />
<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>IBM Developer
Kit for Java</title>
</head>
<body id="whatitis"><a name="whatitis"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">IBM Developer
Kit for Java</h1>
<div><p><br /><img src="javalogo.gif" alt="Java compatible" /><br />IBM Developer Kit for Java™ is optimized for use in an iSeries™ server
environment. It uses the compatibility of Java programming and user interfaces, so
you can develop your own applications for the iSeries server.</p>
<p>IBM<sup>®</sup> Developer
Kit for Java allows you to create and run Java programs
on your iSeries server. IBM Developer
Kit for Java is a compatible implementation of the Sun Microsystems,
Inc. Java Technology,
so we assume that you are familiar with their Java Development Kit (JDK) documentation.
To make it easier for you to work with their information and ours, we provide
links to Sun Microsystems, Inc.'s information.</p>
<p>If for any reason our links to Sun Microsystems, Inc. Java Development
Kit documentation do not work, refer to their HTML reference documentation
for the information that you need. You can find this information on the World
Wide Web at <a href="http://www.java.sun.com/" target="_blank">The
Source for Java Technology java.sun.com</a>.</p>
<div class="note"><span class="notetitle">Note:</span> By using the code examples, you agree to the terms of the <a href="codedisclaimer.htm#codedisclaimer">Code license and disclaimer information</a>.</div>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="whatsnew.htm">What's new</a></strong><br />
This topic highlights changes to the IBM Developer Kit for Java for
V5R4. </li>
<li class="ulchildlink"><strong><a href="printthis.htm">Printable PDF</a></strong><br />
Follow these steps to view and download a PDF of this topic.</li>
<li class="ulchildlink"><strong><a href="getstart.htm">Install and configure IBM Developer Kit for Java</a></strong><br />
If you have not yet used IBM Developer Kit for Java, follow
these steps to install it, configure it, and practice running a simple Hello
World Java program.</li>
<li class="ulchildlink"><strong><a href="config.htm">Customize your iSeries server for the IBM Developer Kit for Java</a></strong><br />
After you install the IBM Developer Kit for Java on
your iSeries server,
you can customize your server.</li>
<li class="ulchildlink"><strong><a href="rtrcomp.htm">Release-to-release compatibility</a></strong><br />
Java class files are upward compatible (JDK 1.1.x to
1.2.x to 1.3.x to 1.4.x to 1.5.x) as long as they do not make use of a feature
for which Sun has dropped or changed support.</li>
<li class="ulchildlink"><strong><a href="dbconn.htm">Database access with the IBM Developer Kit for Java</a></strong><br />
With the IBM Developer Kit for Java, your Java programs can access your database files
in three ways.</li>
<li class="ulchildlink"><strong><a href="othlang.htm">Java with other programming languages</a></strong><br />
With Java, you have multiple ways to call code that was written
in languages other than Java.</li>
<li class="ulchildlink"><strong><a href="platform.htm">Java platform</a></strong><br />
The Java platform is the environment for developing and
managing Java applets and applications. It consists of three
primary components: the Java language, the Java packages,
and the Java virtual machine.</li>
<li class="ulchildlink"><strong><a href="advtopic.htm">Advanced topics</a></strong><br />
This topic provides instructions on how to run Java in
a batch job and describes the Java file authorities required in the integrated
file system to display, run, or debug a Java program.</li>
<li class="ulchildlink"><strong><a href="guiintro.htm">Run your Java application on a host that does not have a graphical user interface</a></strong><br />
If you want to run your Java application on a host that does not
have a graphical user interface (GUI), such as an iSeries server, you can use the Native
Abstract Windowing Toolkit (NAWT).</li>
<li class="ulchildlink"><strong><a href="security.htm">Java security</a></strong><br />
This topic provides details on adopted authority and explains how
you can use SSL to make socket streams secure in your Java application.</li>
<li class="ulchildlink"><strong><a href="tuning.htm">Tune Java program performance with IBM Developer Kit for Java</a></strong><br />
You should take several aspects of Java application performance into consideration
when building a Java application for your iSeries server. </li>
<li class="ulchildlink"><strong><a href="comtools.htm">Commands and tools for the IBM Developer Kit for Java</a></strong><br />
When using the IBM Developer Kit for Java, you can either use Java tools
with the Qshell Interpreter or CL commands.</li>
<li class="ulchildlink"><strong><a href="debugmain.htm">Debug Java programs that run on your server</a></strong><br />
You have several options for debugging and troubleshooting Java programs
that run on your server, including IBM iSeries System Debugger, the server interactive
display, Java Debug Wire Protocol-enabled debuggers, and Java Watcher.</li>
<li class="ulchildlink"><strong><a href="codeex.htm">Code examples for the IBM Developer Kit for Java</a></strong><br />
The following is a list of code examples for the IBM Developer
Kit for Java.</li>
<li class="ulchildlink"><strong><a href="trouble.htm">Troubleshoot IBM Developer Kit for Java</a></strong><br />
This topic shows you how to find job logs and collect data for Java program
analysis. This topic also provides information about program temporary fixes
(PTFs) and getting support for IBM Developer Kit for Java.</li>
<li class="ulchildlink"><strong><a href="jdocindx.htm">Related information for IBM Developer Kit for Java</a></strong><br />
The following Javadoc reference information relates to IBM Developer
Kit for Java.</li>
</ul>
</div>
</body>
</html>