By default applets are allowed to use a restricted subset of Java. This is not enough for libgdx/lwjgl, so you need to sign ALL jars in theappletdir. It can be done by standard JDK tools (they may be not in your path though). First, create a keystore with one key. Run the follo...