Java 7 JVM VerifyError in Eclipse

后端 未结 4 1981
独厮守ぢ
独厮守ぢ 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:07

    currently, my environments is jdk 1.7(j2sdk 1.7 update 21) with eclipse 4.2 juno (SR2) I had same problem, so I had fixed it which configured VM arguments Option '-XX:-UseSplitVerifier' but it has ocurred big trouble when I will deploy product based on google-app-engine.

    finally I changed java 6 (update 43)

提交回复
热议问题