Java 7 JVM VerifyError in Eclipse

后端 未结 4 1986
独厮守ぢ
独厮守ぢ 2020-12-05 02:32

When I compile my project in eclipse indigo using JDK 7, I get the following error dialog

\"enter

4条回答
  •  爱一瞬间的悲伤
    2020-12-05 03:06

    When I had this problem, I fixed it by deleting my JDK 1.7 system libraries from the project, and added the 1.6 JDK libraries instead. I went to run the project again, and I didn't get the error. When I added the JDK 1.7 libraries in again, it still works, so something in the 'swapping' makes it work.

提交回复
热议问题