163 lines
11 KiB
HTML
163 lines
11 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="concept" />
|
|
<meta name="DC.Title" content="Java tools" />
|
|
<meta name="abstract" content="See the topics here for descriptions of Java tools." />
|
|
<meta name="description" content="See the topics here for descriptions of Java tools." />
|
|
<meta name="DC.Relation" scheme="URI" content="tools.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="ajar.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="appletviewer.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="apt.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="extcheck.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="idlj.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="jar.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="jarsigner.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="javac.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="javadoctool.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="javah.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="javap.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="keytool.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="native2ascii.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="orbd.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="pack.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="policytool.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rmic.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rmid.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rmiregistry.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="serialver.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="servertool.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="tnameserv.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="unpack.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="javatool" />
|
|
<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>Java tools</title>
|
|
</head>
|
|
<body id="javatool"><a name="javatool"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Java tools</h1>
|
|
<div><p>See the topics here for descriptions of Java™ tools.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="ajar.htm">Java ajar tool</a></strong><br />
|
|
The <samp class="codeph">ajar</samp> tool is an alternative interface to the <samp class="codeph">jar</samp> tool
|
|
that you use to create and manipulate Java ARchive (JAR) files. You can use the <samp class="codeph">ajar</samp> tool
|
|
to manipulate both JAR files and ZIP files.</li>
|
|
<li class="ulchildlink"><strong><a href="appletviewer.htm">Java appletviewer tool</a></strong><br />
|
|
The Java <samp class="codeph">appletviewer</samp> tool allows you to
|
|
run applets without a web browser. It is compatible with the <samp class="codeph">appletviewer</samp> tool
|
|
that is supplied by Sun Microsystems, Inc.</li>
|
|
<li class="ulchildlink"><img src="./delta.gif" alt="Start of change" /><strong><a href="apt.htm">Java apt tool</a></strong><img src="./deltaend.gif" alt="End of change" /><br />
|
|
The Java <tt>apt</tt> tool processes program annotations. </li>
|
|
<li class="ulchildlink"><strong><a href="extcheck.htm">Java extcheck tool</a></strong><br />
|
|
In Java 2 SDK (J2SDK), Standard Edition, version 1.2 and
|
|
higher, the <samp class="codeph">extcheck</samp> tool detects version conflicts between
|
|
a target JAR file and currently installed extension JAR files. It is compatible
|
|
with the <samp class="codeph">keytool</samp> that is supplied by Sun Microsystems, Inc.</li>
|
|
<li class="ulchildlink"><strong><a href="idlj.htm">Java idlj tool</a></strong><br />
|
|
The <samp class="codeph">idlj</samp> tool generates Java bindings
|
|
from a given Interface Definition Language (IDL) file. </li>
|
|
<li class="ulchildlink"><strong><a href="jar.htm">Java jar tool</a></strong><br />
|
|
The <samp class="codeph">jar</samp> tool combines multiple files into a single Java ARchive
|
|
(JAR) file. It is compatible with the <samp class="codeph">jar</samp> tool that is supplied
|
|
by Sun Microsystems, Inc</li>
|
|
<li class="ulchildlink"><strong><a href="jarsigner.htm">Java jarsigner tool</a></strong><br />
|
|
In Java 2 SDK (J2SDK), Standard Edition, version 1.2 and
|
|
higher, the <samp class="codeph">jarsigner</samp> tool signs JAR files and verifies signatures
|
|
on signed JAR files. </li>
|
|
<li class="ulchildlink"><strong><a href="javac.htm">Java javac tool</a></strong><br />
|
|
The <samp class="codeph">javac</samp> tool compiles Java programs.
|
|
It is compatible with the <samp class="codeph">javac</samp> tool that is supplied by
|
|
Sun Microsystems, Inc. with one exception.</li>
|
|
<li class="ulchildlink"><strong><a href="javadoctool.htm">Java javadoc tool</a></strong><br />
|
|
The <samp class="codeph">javadoc</samp> tool generates API documentation.
|
|
It is compatible with the <samp class="codeph">javadoc</samp> tool that is supplied by
|
|
Sun Microsystems, Inc.</li>
|
|
<li class="ulchildlink"><strong><a href="javah.htm">Java javah tool</a></strong><br />
|
|
The <samp class="codeph">javah</samp> tool facilitates the implementation
|
|
of Java native
|
|
methods. It is compatible with the <samp class="codeph">javah</samp> tool that is supplied
|
|
by Sun Microsystems, Inc. with a few exceptions.</li>
|
|
<li class="ulchildlink"><strong><a href="javap.htm">Java javap tool</a></strong><br />
|
|
The <samp class="codeph">javap</samp> tool disassembles compiled Java files
|
|
and prints out a representation of the Java program. This may be helpful when the
|
|
original source code is no longer available on a system.</li>
|
|
<li class="ulchildlink"><strong><a href="keytool.htm">Java keytool</a></strong><br />
|
|
In Java 2 SDK (J2SDK), Standard Edition, version 1.2 or
|
|
higher, the <samp class="codeph">keytool</samp> creates public and private key pairs,
|
|
self-signed certificates, and manage keystores. In J2SDK, the <samp class="codeph">jarsigner</samp> and <samp class="codeph">keytool</samp> tools
|
|
replace the <samp class="codeph">javakey</samp> tool. It is compatible with the <samp class="codeph">keytool</samp> that
|
|
is supplied by Sun Microsystems, Inc.</li>
|
|
<li class="ulchildlink"><strong><a href="native2ascii.htm">Java native2ascii tool</a></strong><br />
|
|
The <samp class="codeph">native2ascii</samp> tool converts a file with native-encoded
|
|
characters (characters which are non-Latin 1 and non-Unicode) to one with
|
|
Unicode-encoded characters. It is compatible with the <samp class="codeph">native2ascii</samp> tool
|
|
that is supplied by Sun Microsystems, Inc.</li>
|
|
<li class="ulchildlink"><strong><a href="orbd.htm">Java orbd tool</a></strong><br />
|
|
The <samp class="codeph">orbd</samp> tool provides support for clients to
|
|
transparently locate and invoke persistent objects on servers in the CORBA
|
|
environment. </li>
|
|
<li class="ulchildlink"><img src="./delta.gif" alt="Start of change" /><strong><a href="pack.htm">Java pack200 tool</a></strong><img src="./deltaend.gif" alt="End of change" /><br />
|
|
The <tt>pack200</tt> tool is a Java application that compresses a JAR file
|
|
into a <tt>pack200</tt> file. </li>
|
|
<li class="ulchildlink"><strong><a href="policytool.htm">Java policytool</a></strong><br />
|
|
In Java 2 SDK, Standard Edition, the <samp class="codeph">policytool</samp> creates
|
|
and changes the external policy configuration files that define the Java security
|
|
policy of your installation. It is compatible with the <samp class="codeph">policytool</samp> that
|
|
is supplied by Sun Microsystems, Inc.</li>
|
|
<li class="ulchildlink"><strong><a href="rmic.htm">Java rmic tool</a></strong><br />
|
|
The <samp class="codeph">rmic</samp> tool generates stub files and class files
|
|
for Java objects.
|
|
It is compatible with the <samp class="codeph">rmic</samp> tool that is supplied by Sun
|
|
Microsystems, Inc.</li>
|
|
<li class="ulchildlink"><strong><a href="rmid.htm">Java rmid tool</a></strong><br />
|
|
In Java 2 SDK (J2SDK), Standard Edition, the <samp class="codeph">rmid</samp> tool
|
|
starts the activation system daemon, so objects can be registered and activated
|
|
in a Java virtual
|
|
machine. It is compatible with the <samp class="codeph">rmid</samp> tool that is supplied
|
|
by Sun Microsystems, Inc.</li>
|
|
<li class="ulchildlink"><strong><a href="rmiregistry.htm">Java rmiregistry tool</a></strong><br />
|
|
The <samp class="codeph">rmiregistry</samp> tool starts a remote object registry
|
|
on a specified port. It is compatible with the <samp class="codeph">rmiregistry</samp> tool
|
|
that is supplied by Sun Microsystems, Inc.</li>
|
|
<li class="ulchildlink"><strong><a href="serialver.htm">Java serialver tool</a></strong><br />
|
|
The <samp class="codeph">serialver</samp> tool returns the version number
|
|
or serialization-unique identifier for one or more classes. It is compatible
|
|
with the <samp class="codeph">serialver</samp> tool that is supplied by Sun Microsystems,
|
|
Inc.</li>
|
|
<li class="ulchildlink"><strong><a href="servertool.htm">Java servertool</a></strong><br />
|
|
The <samp class="codeph">servertool</samp> provides a command-line interface
|
|
for application programmers to register, unregister, start up, and shut down
|
|
a persistent server.</li>
|
|
<li class="ulchildlink"><strong><a href="tnameserv.htm">Java tnameserv tool</a></strong><br />
|
|
In Java 2 SDK (J2SDK), Standard Edition, version 1.3 or
|
|
higher , the <samp class="codeph">tnameserv</samp> (Transient Naming Service) tool provides
|
|
access to the naming service. It is compatible with the <samp class="codeph">tnameserv</samp> tool
|
|
that is supplied by Sun Microsystems, Inc.</li>
|
|
<li class="ulchildlink"><img src="./delta.gif" alt="Start of change" /><strong><a href="unpack.htm">Java unpack200 tool</a></strong><img src="./deltaend.gif" alt="End of change" /><br />
|
|
The Java <tt>unpack200</tt> tool decompresses a <samp class="codeph">pack200</samp> file
|
|
into a JAR file.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="tools.htm" title="The IBM Developer Kit for Java supports these tools.">Java tools that are supported by the IBM Developer Kit for Java</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |