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

  1. from \bin\jarsigner.exe \bin\jarsigner.exe
  2. from \bin\msvcr100.dll \bin\msvcr100.dll
  3. from \bin\jli.dll \bin\jli.dll
  4. from \lib\tool.jar \lib\tool.jar

i tested , found working me.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -