Since Java 1.7u21 a Security Warning is displayed when mixing signed code is used. http://docs.oracle.com/javase/6/docs/technotes/guides/jweb/mixed_code.html I would recommend to add "by default" a new manifest entry into the build.xml <manifest> <attribute name="Trusted-Library" value="true"/> </manifest>