I did a search and found QuickTip: VerifyError with jdk 7:
If you are struggling with the following kind of error
java.lang.VerifyEr
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.