Jarsign » History » Version 1

Version 1/4 - Next ยป - Current version
Anonymous, 08/27/2008 11:53 AM
Installation Guide: Create and sign JAR archives


= Create Signed JAR Files =

Create a JAR Archive
For a comprehensive tutorial on how to create JAR files, see [http://java.sun.com/docs/books/tutorial/deployment/jar/index.html]. Sign the JAR Archive
For a comprehensive tutorial on how to sign JAR files, see [http://java.sun.com/docs/books/tutorial/deployment/jar/signindex.html].

Follow these steps in order to sign ''ProCKSI-Viz.jar'': * Check out ''ProCKSI-Workbench/trunk'' if not already done * Change to the ''applets'' directory * Sign the JAR (at least java 1.6.0): ''jarsigner ProCKSI-Viz.jar ProCKSI'' * You will be asked for a password: (see [wiki:secretAuthentication]) * The JAR is signed now with the right ProCKSI-Viz credentials * The signed JAR will replace the unsigned one. * Check in the signed JAR