To use the IBM® i5/OS™ PASE
native methods for Java™ example, you need to set environment
variables.
- PASE_LIBPATH
- Your iSeries™ server
uses this i5/OS PASE environment
variable to identify the location of i5/OS 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.
For
more information about using Java, native method libraries, and PASE_LIBPATH
with this example, see Using Java, i5/OS PASE, and native method libraries.
- PASE_THREAD_ATTACH
- Setting this i5/OS PASE
environment variable to Y causes an ILE thread that was not started by i5/OS PASE to be attached automatically
to i5/OS PASE when it calls
an i5/OS PASE procedure.
For
more information about i5/OS PASE
environment variables, see the appropriate entries in Work with i5/OS PASE environment variables.
- QIBM_JAVA_PASE_STARTUP
- The JVM uses this environment variable to start an i5/OS PASE
environment. The value of the variable identifies an i5/OS PASE
startup program.
For more information, see Java i5/OS PASE variables.