Say I have a jar file, there is a class named A in the package of the jar. I have to call a method of the class A like:
A.getInstance->notifyState(int)
in a C/C++ file, how to solve this?
Say I have a jar file, there is a class named A in the package of the jar. I have to call a method of the class A like:
A.getInstance->notifyState(int)
in a C/C++ file, how to solve this?