Messages Output During Execution - Fujitsu J Adapter Class Generator User Manual

Fujitsu user's guide j adapter class generator
Table of Contents

Advertisement

Messages Output during Execution

This section explains the messages output during execution of programs using
adapter classes, including the operator responses to the messages.
The message format is shown below:
Class name information:
Class name information indicates the adapter class in which an error occurred. The
format of class name information varies depending on the class type.
Adapter class type
Class/interface
Array of
basic data
type
Class/interface array
Execution-time messages are output to the same destination as the COBOL DISPLAY
statement. Refer to the COBOL97 User's Guide for the output destination of the
DISPLAY statement.
Java VM initialization failed. Check the environment variables (PATH,
COBJNI_CLASSPATH) and JDK or JRE install environment.
The JDK, J2SDK, JRE, or J2RE environment contains an error. Check whether
the environment variables PATH and COBJNI_CLASSPATH are correct or whether
JDK, J2SDK, JRE, or J2RE is installed properly.
Message text
Format
package-name/ ... /class-
name
boolean
[Z
byte
[B
char
[C
short
[S
int
[I
long
[J
float
[F
double
[D
[L package-name/ ...
/class-name;
Chapter 6. Messages
Explanation
Class name fully qualified by a
package name. Package and class
names are separated by "/".
The number of "[" indicates the
number of dimensions. For
instance, "[[Z" is used for a 2-
dimensional array.
The number of "[" indicates the
number of dimensions.
The number of "[" indicates the
number of dimensions.
The number of "[" indicates the
number of dimensions.
The number of "[" indicates the
number of dimensions.
The number of "[" indicates the
number of dimensions.
The number of "[" indicates the
number of dimensions.
The number of "[" indicates the
number of dimensions.
The number of "[" indicates the
number of dimensions. A class
name fully qualified by a package
name is enclosed between "L" and
";".
77

Advertisement

Table of Contents
loading

Table of Contents