AspectJ: VerifyError
问题 I'm experimenting with Aspect-Oriented Programming. I've installed the AspectJ-Plugin in Eclipse and followed all the steps mentioned in this tutorial. All connections between the created aspects work, but when I try to run the project, I receive the following exception: HelloException in thread "main" java.lang.VerifyError: Expecting a stackmap frame at branch target 6 in method helloworld.World.<clinit>()V at offset 0 at helloworld.Hello.sayHello(Hello.java:11) at helloworld.Hello.main