Java – ANT script to build a project and sign the output archive

JavaThe ANT Script described in this article demonstrates how to build and compile a Java project, put it into signle JAR file and finally sign it using self-signed certificate. Continue reading

How to sign a Java code

Some commands in Java requires special permissions to run on client PC. This restrictions are applied especially when programming web applets. Continue reading