I had the same problem. The problem was that I was using JDK 5 to start Eclipse. I started Eclipse using JDK 6 (see below command line) and it worked.
D:\apps\eclipse\eclipse.exe -vm "D:\apps\Java\jdk1.6.0_23\bin\javaw.exe"
I had the same problem. The problem was that I was using JDK 5 to start Eclipse. I started Eclipse using JDK 6 (see below command line) and it worked.
D:\apps\eclipse\eclipse.exe -vm "D:\apps\Java\jdk1.6.0_23\bin\javaw.exe"
精彩评论