VerifyError; Expecting a stack map frame in method controllers.Secure$Security.authentify

前端 未结 5 2014
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-29 06:37

I followed the tutorial introducing the Play framework, but it gives me an error:

Execution exception VerifyError occured : Expecting a stack map f

5条回答
  •  悲哀的现实
    2020-12-29 07:23

    It's okay if you wanna use jdk7. Just make sure that your java path configured properly. Check "java -version" and "javac -version".

    Example path:

    • "C:\Program Files\Java\jdk1.7.0_07\bin" <--- do this
    • "C:\Program Files\Java\jdk1.7.0_07\jre\bin" <--- don't do like this

提交回复
热议问题