VGJ1006E: %1 failed. The class %2 of an argument
cast to null could not be loaded. The error message is %3
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.