Find out the location of jvm.dll
843829Jun 25 2003 — edited Jul 16 2003I have created an executable to call my Java classes, that uses the Win32 API LoadLibrary to load the jvm.dll.
At the moment I have hard coded the path to jvm.dll. Is there any reliable way of determining the path to jvm.dll at runtime?
Thanks
Richard