"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

How can I call java methods from C++?

 

It is possible to call c++ function from java.

However, if the opposite of what should I do?

This is also a good article about native functions

http://java.sun.com/developer/onlineTraining/Programming/JDCBook/jniexamp.html

helped me a lot ^__^