|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Java Interface - access to Java from NOMAD (OS/390 only) The NOMAD Java Interface provides the capability of running a Java program from within NOMAD. Currently, the Java Interface is only available under OS/390 running under either Session Manager or TSO. A Java program can be used for a number of different purposes. Java is especially good for interacting with the Web and for processing XML formatted data. For example, NOMAD could run a Java program for:
NOMAD invokes a Java Virtual Machine, which, in turn, invokes the main() method of the specified Java program. Java programs are not invoked as NOMAD user-written functions since Java class files are run with an interpreter called a Java Virtual Machine, or ‘JVM’. The NOMAD Java Interface can be used to:
A Java program used with this interface can:
In order for NOMAD to control a Java Virtual machine (JVM) and to specify a
Java program to be run by the JVM, the following installation requirements must
be met:
NOMAD must specify to the JVM where to look for
Java classes. NOMAD also must specify to the operating system where to find the
shared-object libraries that are used to resolve the JNI functions called by
both NOMAD and the JVM itself. To accomplish this, two environment paths are set
from within NOMAD; the CLASSPATH and the LIBPATH. The CLASSPATH defines the path to be searched for
loading Select Business Solutions provided Java classes and user-written Java classes used during
the execution of your JAVA program. The LIBPATH specifies the path that is searched
for the JVM programs and the AONIX provided programs that ‘connect’ the Java
classes with the NOMAD product. These JNI programs are provided in one or more
jar files.
To find out more about how Select Business Solutions can help you either Contact
Us, or visit our Product Resources area for all the latest related
downloads. |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||