Posted By:
Lasse_Badlund
Posted On:
Tuesday, June 11, 2002 05:03 AM
Even though I haven't tested it myself, it shouldn't be impossible to make a system call to 'jarsigner' from within a Java application.
You might want to use the method
public Process java.lang.Runtime.exec(String[] cmdarray) throws IOException
Remember to submit all the arguments (for example the passphrase) when calling jarsigner!
Regards,
Lasse