java.lang.VerifyError: (class: a, method: run signature: ()V)....
I get the following error in the Java Console when I run my signed applet:
java.lang.VerifyError: (class: a, method: run signature: ()V) Inconsistent stack height 0 != 1
I only get this problem when I obfuscate my applet (I use ProGuard).
Can anyone help me?
Thanks in advance,
James

