EGL Java run-time error code VGJ1007E

 

VGJ1007E: %1 failed. Could not get information about the method or field named %2, or an attempt was made to set the value of a field declared final. The error message is %3

 

Explanation

A SecurityException or IllegalAccessException was thrown while trying to get information about the method or field, or an attempt was made to set the value of a field declared final. Fields declared final cannot be modified.

 

User Response

Do as follows: