ryantenney / passkit4j

Java library for generating Apple Passbook (.pkpass) files

Home Page:http://www.ryantenney.com/passkit4j/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building pass in a jar file

piresbruno opened this issue · comments

Hi,

I've built a small java server app to build a pass with passkit4j on request.
When i debug the project, everything goes well, the problem comes when i build the jar file, when i try to execute the same method, i get "loading PKCS12 KeyStore".
This happens when i call PassSignerImpl.builder()

I've checked if every dependency was inside the jar, and everything look fine, did anyone around had a similar issue?

Thanks,
Bruno

Do you have the stacktrace from that error?

Hi, debugged the stack trace, and found out that i was missing the Bouncy Castle provider in the Java Home.
Maybe i could be useful info to add to the Readme.md file on the project.
Congrats for the work you've done, really useful library.

Thanks,
Bruno