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. Regards, Tim
