Fujitsu J Adapter Class Generator Portable Generator User Manual


 
12 Chapter 1. Outline of J Adapter Class Generator
Therefore, the following restrictions apply to COBOL:
- Listener
Java registers a listener object, in which event processing logic is written,
within an object that generates an event. However, since no COBOL object
can be registered in a Java object, COBOL cannot be used to write listeners.
- Collection class
No COBOL object can be registered in a Java collection class. When using
COBOL objects as a collection, use a COBOL collection class.
Class having a Japanese name
No class name, field name, and method name can include the Japanese
character set.
Invoking COBOL from Java
No COBOL program can be invoked from Java. A COBOL program invoked from
Java can use no adapter class.
Preparation
The following products are required for the development or execution environment
for using the J adapter class generator.
Fujitsu NetCOBOL or Fujitsu NetCOBOL Runtime System
Fujitsu NetCOBOL is required to develop programs using the J adapter class
generator. Fujitsu NetCOBOL or Fujitsu NetCOBOL Runtime System is required to
execute applications developed by the J adapter class generator.
Java Development Kit or Java Runtime Environment
Java Development Kit (JDK) is provided by Sun Microsystems, Inc. provides the
basic general-purpose class libraries required for program development with Java.
Java 2 SDK (J2SDK) is a software development kit available for creating applications
conforming to Java 2 released by Sun Microsystems, Inc. J2SDK provides basic
general-purpose class libraries required for program development with Java 2.
Java Runtime Environment (JRE) is the JDK runtime environment released by Sun
Microsystems, Inc. It is required to run programs developed with Java.
Java 2 Runtime Environment (J2RE) is the run time environment of applications
conforming Java 2 released by Sun Microsystems, Inc. It is required to run
programs developed with Java 2.
JDK 1.1.8, J2SDK 1.2.2, or a later version is required to develop programs using the
J adapter class generator. JDK 1.1.8, J2SDK 1.2.2, JRE 1.1.8, J2RE 1.2.2, or a later
version is required to run applications developed using the J adapter class generator.