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/