When I compile the .cpp show this error (VISUAL STUDIO 2008) :
error LNK2001: unresolved external symbol "extern "C" long __stdcall JNI_CreateJavaVM(struct JavaVM_ * *,void * *,void *)" (?JNI_CreateJavaVM@@$$J212YGJPAPAUJavaVM_@@PAPAXPAX@Z)
I already put jvm.lib and others includes any help ?