In message <10285c6d0809022358k7bf267f5h1a277aa9d3463f40@mail.gmail.com>, "Ligang Wang" writes: > > This problem has been solved. I found that java.exe depends on > hythr.dll and hythr.dll depends on the new DLL. The cause of > the problem is that hythr.dll has specified to be copied into > ${deploy}\jdk\jre\bin while the new DLL has not. So I just modified > the configuration file to copy the new DLL. This is still a problem. VM-specific files should be stored in a subdirectory of jre/bin to avoid conflicts if multiple VMs are installed. -Mark.