I'm trying to call a java method from a C program.
it gives no error during compilation as well as building the
application.
but when i tried to create the JVM by running my application
it pops up the message "The application failed to start because jvm.dll
was
not found. Re-installing the application may fix the problem."
I tried out setting all the environment variables to include the
jvm.dll(PATH set to c:\j2sdk1.4.2_05\bin;c:\j2sdk1.4.2_05\jre\bin).
Still
got the same message. Then i re-inst