EGL1006E function_name failed. The class class_name of a null argument could not be loaded. The error message is error_text.

Explanation

The class of the argument passed to the Java™ access function could not be found.

User Response

Do as follows:
  • Make sure the name of the class is correct. Class names must be qualified with the name of a package.
  • If the name is correct, make sure the directory or archive containing the class is in the Java classpath.

Feedback