Hello there i am trying to start JVM from a VC++ application, after i compile, linker is complaining about the line down and telling "unresolved external"
JNI_CreateJavaVM(&jvm, (void **)&env, &args);
i believe this is a library path problem but i dont know what to do. i have
Java SDK 1.4.2 and i included "jni.h" without a problem.
Thanks for any help.