ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahz_5.4.0.1/javap.htm

74 lines
2.2 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<!-- This document was copied from the IBM Developer Kit for Java V4R3 Reference. -->
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org">
<meta http-equiv="Content-Type" content=
"text/html; charset=utf-8">
<title>javap - Disassemble a compiled Java program</title>
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</HEAD>
<body bgcolor="#FFFFFF">
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h2>javap - Disassemble a compiled Java<sup>tm</sup> program</h2>
<p>The <tt>javap</tt> tool disassembles compiled Java<sup>tm</sup>
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.</p>
<p>It is compatible with the <tt>javap</tt> tool that is supplied
by Sun Microsystems, Inc. with a few exceptions:</p>
<table border cellpadding="3">
<tr>
<th>Ignored option</th>
<th>Description</th>
</tr>
<tr>
<td align="center"><strong>-b</strong></td>
<td>This option is ignored. Backward compatibility is not required,
because Java on iSeries only supports Java Developer Kit (JDK)
1.1.4 and later.</td>
</tr>
<tr>
<td align="center"><strong>-p</strong></td>
<td>On iSeries <strong>-p</strong> is not a valid option. You must
spell out <strong>-private</strong>.</td>
</tr>
<tr>
<td align="center"><strong>-verify</strong></td>
<td>This option is ignored. The <tt>javap</tt> tool does not
perform verification.</td>
</tr>
</table>
<p>The <tt>javap</tt> tool is available using the Qshell
Interpreter.</p>
<table>
<tr>
<td valign="top"><strong>Note:</strong></td>
<td>The use of the <tt>javap</tt> tool to disassemble classes may
violate the license agreement for those classes. Consult the
license agreement for the classes before using the <tt>javap</tt>
tool.</td>
</tr>
</table>
<p>For more information about the <tt>javap</tt> tool, see the <a
href=
"http://java.sun.com:80/products/jdk/1.1/docs/tooldocs/win32/javap.html"
target="_blank">javap tool</a> <img src="www.gif" alt=
"Link outside Information Center"> by Sun Microsystems, Inc.</p>
</body>
</html>