70 lines
4.4 KiB
HTML
70 lines
4.4 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="reference" />
|
||
|
<meta name="DC.Title" content="Examples: Environment variables for the IBM i5/OS PASE example" />
|
||
|
<meta name="abstract" content="To use the IBM i5/OS PASE native methods for Java example, you need to set environment variables." />
|
||
|
<meta name="description" content="To use the IBM i5/OS PASE native methods for Java example, you need to set environment variables." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzahapasejavaenvvariables.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="rzahapaseenvvariables" />
|
||
|
<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>Examples: Environment variables for the IBM i5/OS PASE
|
||
|
example</title>
|
||
|
</head>
|
||
|
<body id="rzahapaseenvvariables"><a name="rzahapaseenvvariables"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Examples: Environment variables for the IBM <span class="keyword">i5/OS</span> PASE
|
||
|
example</h1>
|
||
|
<div><p>To use the IBM<sup>®</sup> <span class="keyword">i5/OS™</span> PASE
|
||
|
native methods for Java™ example, you need to set environment
|
||
|
variables.</p>
|
||
|
<div class="section"><dl><dt class="dlterm"><strong>PASE_LIBPATH</strong></dt>
|
||
|
<dd>Your iSeries™ server
|
||
|
uses this <span class="keyword">i5/OS</span> PASE environment
|
||
|
variable to identify the location of <span class="keyword">i5/OS</span> PASE
|
||
|
native method libraries. You can set the path to a single directory or to
|
||
|
multiple directories. For multiple directories, use a colon (:) to separate
|
||
|
entries. Your server can also use the LIBPATH environment variable. <p>For
|
||
|
more information about using Java, native method libraries, and PASE_LIBPATH
|
||
|
with this example, see <a href="rzahapaseexmplslibrary.htm">Using Java, <span class="keyword">i5/OS</span> PASE, and native method libraries</a>.</p>
|
||
|
|
||
|
</dd>
|
||
|
<dt class="dlterm"><strong>PASE_THREAD_ATTACH</strong></dt>
|
||
|
<dd>Setting this <span class="keyword">i5/OS</span> PASE
|
||
|
environment variable to Y causes an ILE thread that was not started by <span class="keyword">i5/OS</span> PASE to be attached automatically
|
||
|
to <span class="keyword">i5/OS</span> PASE when it calls
|
||
|
an <span class="keyword">i5/OS</span> PASE procedure. <p>For
|
||
|
more information about <span class="keyword">i5/OS</span> PASE
|
||
|
environment variables, see the appropriate entries in <a href="../rzalf/rzalfenvvariables.htm" target="_blank">Work with <span class="keyword">i5/OS</span> PASE environment variables</a>.</p>
|
||
|
</dd>
|
||
|
</dl>
|
||
|
<dl><dt class="dlterm"><strong>QIBM_JAVA_PASE_STARTUP</strong></dt>
|
||
|
<dd>The JVM uses this environment variable to start an <span class="keyword">i5/OS</span> PASE
|
||
|
environment. The value of the variable identifies an <span class="keyword">i5/OS</span> PASE
|
||
|
startup program. <p>For more information, see <a href="rzahapasejavaenvvariables.htm">Java <span class="keyword">i5/OS</span> PASE variables</a>.</p>
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahapasejavaenvvariables.htm" title="The Java virtual machine (JVM) uses the following variables to start i5/OS PASE environments. You need to set the QIBM_JAVA_PASE_STARTUP variable in order to run the IBM i5/OS PASE native method for Java example.">Java i5/OS PASE environment variables</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|