intoolswetrust / jsignpdf

PDF signing software written in Java. It supports visible signatures, timestamping, certificate verification and many other cool features
https://intoolswetrust.github.io/jsignpdf/
Other
310 stars 120 forks source link

InstallCert.jar missing Main-Class in MANIFEST.MF #75

Closed brubla closed 2 years ago

brubla commented 2 years ago

If you call: jre\bin\java.exe" -jar "InstallCert.jar" tsabase.ica.cz:443 changeit

You will get error: no main manifest attribute

It can be fixed by adding row: Main-Class: net.sf.jsignpdf.InstallCert at the end of file: JSignPdf\InstallCert.jar\META-INF\MANIFEST.MF

Source: https://stackoverflow.com/questions/9689793/cant-execute-jar-file-no-main-manifest-attribute

kwart commented 2 years ago

Thanks for filling the issue. The fix will be included in the next version.