Re: Can't create VM from C++
Posted By:
Mahmut_Ozcan
Posted On:
Saturday, June 21, 2003 06:04 AM
I take the "jvm.lib" to my working directory then its working. Use jvm.dll under "C:j2sdk1.4.0jreinserver" directory, take it easy... Mahmut Ozcan
Re: Can't create VM from C++
Posted By:
Anonymous
Posted On:
Wednesday, June 18, 2003 03:17 AM
Have you tried to import a new jvm.lib from the jvm.dll located under /bin/client and compile you jvm against the new imported jvm.lib?
Try this, it may work.
Re: Can't create VM from C++
Posted By:
Ramesh_Gajula
Posted On:
Friday, June 6, 2003 06:44 PM
Hi Ferenc,
Just checking to see if you had any crack at this?
I ran into similar issue recently. Infact my C++ app was doing fine until now (runtime version 1.2(JRE) which was compiled against JDK 1.2.
However as soon I upgraded my runtime version to 1.3 and (tried 1.4 too) I got these failures on JNI_CreateJavaVM().