EGL Java run-time error code VGJ1001E
VGJ1001E: %1 failed. %2 is not an identifier, or it is the identifier of a null object.
Explanation
The error ocurred in a Java access function. The identifier cannot be used because it does not refer to a non-null object.
User Response
Use an identifier of a non-null object.