I have an extension with several methods. When I am compiling it into .aix
and importing it into AI2 I am having no trouble. But when I am running the last method I made I am getting this error -
invoke: no method named MyFunction in class com.extensions.MyExtension.MyExtension
All the other methods are working fine.
What's the problem and how I can solve it?