Mark, thanks for your reminder. It seems there is still a problem here as
you said. Do you know how hythr.dll deals with this problem? I saw there are
also some global variables like group_list in its code. Will it be shared
among multiple VMs? I guess it is not, but I have to figure it out.
Thanks,
Ligang
On 9/3/08, Mark Hindess <[EMAIL PROTECTED]> wrote:
>
>
> 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.
>
>
>