java - How to use Jarsigner on machine which dosen't have JDK -
i want use jarsigner.exe on machine don't have jdk installed or java_home set.
we using installanywhere install our product , inside have bundled jre. jre doesn't have jarsigner.exe. tried included jarsigner.exe inside jre , tried use it's not working.
with regards, avinash nigam
to make jarsigner work jre instead of jdk. need bundle these files in jre jdk
- from \bin\jarsigner.exe \bin\jarsigner.exe
- from \bin\msvcr100.dll \bin\msvcr100.dll
- from \bin\jli.dll \bin\jli.dll
- from \lib\tool.jar \lib\tool.jar
i tested , found working me.
Comments
Post a Comment