Why am I getting the following error when running Google App from eclipse?

后端 未结 3 1351
悲&欢浪女
悲&欢浪女 2020-12-08 10:03

I did a search and found QuickTip: VerifyError with jdk 7:

If you are struggling with the following kind of error

java.lang.VerifyEr

3条回答
  •  温柔的废话
    2020-12-08 11:00

    This is also possible by changing your run configuration: Run > Run configurations

    Pick your Web Application project from the left, open the Arguments tab and add the -XX:-UseSplitVerifier argument to the VM arguments.

    The benefits of this approach is also its downside: it only applies to this project, instead of an entire VM installation.

提交回复
热议问题