RE: [PATCH] jk_vm_default.c Attaching Threads and WIN32 VM guessing

2002-06-11 Thread Ignacio J. Ortega
Applied, Thanks.. Saludos , Ignacio J. Ortega > -Mensaje original- > De: Mladen Turk [mailto:[EMAIL PROTECTED]] > Enviado el: 11 de junio de 2002 13:12 > Para: [EMAIL PROTECTED] > Asunto: [PATCH] jk_vm_default.c Attaching Threads and WIN32 > VM guessing > &g

[PATCH] jk_vm_default.c Attaching Threads and WIN32 VM guessing

2002-06-11 Thread Mladen Turk
Hi, The patch deals with unnecesary calls to the AttachCurrentThread if the GetEnv returns valid environment. The second part of patch uses WIN32 registry to guess the correct jvm.dll like Java does itself. MT. Index: jk_vm_default.c ===