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.

Hope, this helps.

With best regards, Alexei

On 10/11/07, Andrew Zhang <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I met another problem on another machine. This one looks much easier:
>
> Failed to open agent library jdwp.dll : 找不到指定的模块。  (Can not find the
> specified module)
>
> Failed to open agent library jdwp.dll
>
> Failed to initialize JVMTI.
>
> Scenario:  Just run debug of following code
>
> public static void main(String[] args) {
>        for (int i = 0; i < 100; ++i) {
>            ++i;
>            System.out.println(i);
>        }
>    }
>
> Platform info:
>
> OS: Microsoft Windows XP Home Edition Version 2002 Service Pack 2
> Eclipse: version 3.3.0
>
> jdwp.dll does exist under jre\bin
>
> What might be wrong? Thanks!
>
>
> --
> Best regards,
> Andrew Zhang
>
> http://zhanghuangzhu.blogspot.com/
>


-- 
With best regards,
Alexei,
ESSD, Intel

Reply via email to