2007/10/11, Tim Ellison <[EMAIL PROTECTED]>: > 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.
Another reason could be cleared "read&execute" permission for the dll, this happens e.g. if a dll is unzipped with cygwin's unzip utility. > > Regards, > Tim >
