otertool icon indicating copy to clipboard operation
otertool copied to clipboard

programmatic signJar

Open bootstraponline opened this issue 13 years ago • 1 comments

    public static void signJar(String keystore, String keystorePassword, String jarFile, String alias) throws Exception{
        // TODO: make this programatic, vs calling jarsigner

Android uses SignApk which should be helpful. I modified it slightly for my apks project which just uses the default test cert.

bootstraponline avatar Aug 02 '12 16:08 bootstraponline

Yeah, I remember starting down that path at first. When I get some more free time ill look deeper into it. Thanks.

wuntee avatar Aug 02 '12 16:08 wuntee