deployment of application using third party libraries in java
I have seen many people asking this but not a clear answer. I guess that it would depend on each case, so here is my situation: My application performs encryption and decryption using the methods provided by the default JRE installation. I decided to use Bouncy Castle (BC) as a provider, so I would need to include their jars in my appli...