EGL1004E function_name failed. The target is a method that returned null, a method that does not return a value, or a field whose value is null.

Explanation

The Java™ access function expected the result of the operation to be a non-null object, but did not get one.

User Response

To call a method that may return null or does not return a value, either use javaStore; or use the java system function and do not assign the result to an item. To get the value of a field that may be null, use javaStoreField.


Feedback