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

59 lines
3.7 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="How to extract sample files" />
<meta name="abstract" content="The following procedure shows one way to extract the sample files before you run the Java appletviewer tool. The procedure assumes you want to extract the sample files into your home directory." />
<meta name="description" content="The following procedure shows one way to extract the sample files before you run the Java appletviewer tool. The procedure assumes you want to extract the sample files into your home directory." />
<meta name="DC.Relation" scheme="URI" content="appletviewer.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="rzahahowto" />
<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>How to extract sample files</title>
</head>
<body id="rzahahowto"><a name="rzahahowto"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">How to extract sample files</h1>
<div><p>The following procedure shows one way to extract the sample files
before you run the Java™ appletviewer tool. The procedure assumes
you want to extract the sample files into your home directory.</p>
<ol><li class="stepexpand"><span>Enter the Start Qshell (QSH) command on the command line.</span></li>
<li class="stepexpand"><span>If it does not already exist, create a home level integrated file
system (IFS) directory for your user ID: </span> <div class="p"><pre>mkdir /home/MyUserID</pre>
</div>
</li>
<li class="stepexpand"><span>Create a demo directory within the IFS directory:</span> <pre>mkdir /home/MyUserID/demo</pre>
</li>
<li class="stepexpand"><span>Change directories to the demo directory:</span> <pre>cd /home/myUserId/demo</pre>
</li>
<li class="stepexpand"><span>For JDK 1.3, enter the following on the command line to extract
the demo files: </span> <pre>jar xf /QIBM/ProdData/Java400/jdk13/demo.zip</pre>
<div class="p">For
JDK 1.4, use this command:<pre>jar xf /QIBM/ProdData/Java400/jdk14/demo.jar</pre>
</div>
<div class="p"><img src="./delta.gif" alt="Start of change" />For JDK 1.5, use this command:<pre>jar xf /QIBM/ProdData/Java400/jdk15/demo.jar</pre>
<img src="./deltaend.gif" alt="End of change" /></div>
</li>
</ol>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="appletviewer.htm" title="The Java appletviewer tool allows you to run applets without a web browser. It is compatible with the appletviewer tool that is supplied by Sun Microsystems, Inc.">Java appletviewer tool</a></div>
</div>
</div>
</body>
</html>