I am using the eclipse3.4.6 and I have attached the src.zip to eclipse. I can successfully view the source code eclipse, but the breakpoint set in java core class dosn’t work;
for example.
HashMap test = new HashMap();
test.put("a", 0);
I can’t step into test.put(“a”, 0) even if I set a breakpoint in HashMap.class at the begenning of ‘put’ method.
Thanks in advance.
Please make sure you are using JDK not JRE in build path of your project.