On 10/11/07, Tim Ellison <[EMAIL PROTECTED]> wrote: > > Andrew Zhang wrote: > > On 10/11/07, Alexei Fedotov <[EMAIL PROTECTED]> wrote: > >> Hi Andrew, > >> Are you using federated build? > >> > >> When people build classlib and drlvm separately, they don't get > >> jdwp.dll since it is built from jdktools module. One may use federated > >> build (ant -Dauto.fetch=true) or build the module jdktools > >> (worling_jdktools) and copy the dynamic libraries manually. > > > > Thanks Alexei! > > > > Yes, I downloaded M3 from our website, using harmony-hdk-580985\jdk\jre > as > > the jre path in "Installed JREs". jdwp.dll does exist under jdk\jre\bin. > Any > > other possible reason? > > Possible that the DLL's dependencies are missing so it won't load. > Having said that I just looked at jdwp.dll on my system and the only > dependencies appear to be kernel32.dll, msvcp71.dll, and msvcr71.dll.
Thanks Tim, You found the problem! msvcp71.dll does not exist under harmony-hdk-580985\jdk\jre\bin. Is there any special reason? After I downloaded msvcp71.dll and put it into the folder, debugger works fine! Regards, > Tim > -- Best regards, Andrew Zhang http://zhanghuangzhu.blogspot.com/
