I'm trying to use JNI to call
java from C++ pgm. But when I try to invoke the JVM using JNI_CreateJavaVM, it is giving me the following linkage errors:
unresolved external symbol _JNI_CreateJavaVM@12
unresolved external symbol _JNI_GetDefaultJavaVMInitArgs@4
This pgm works in C.
Thanks a lot.