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

[320 byte] By [jhodgskia] at [2007-10-3 2:37:21]
# 1
this is a bug in proguard, turn off the optimization step.
linuxhippya at 2007-7-14 19:35:40 > top of Java-index,Security,Signed Applets...