In message <[EMAIL PROTECTED]>,
"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.