Kappa - 2011-07-04

I got an "NoClassDefFoundError: org/bouncycastle/util/encoders/Base64" error, when i tried to run the applet.
I found the error in the <applet> Tag of the index.html. The archive property contains an old lib. Replace "jce-jdk13-135.jar" with "jce-jdk13-138.jar" to fix it.

Error: <applet width="680" height="480" archive=" [...] ./jce-jdk13-135.jar [...]</applet>