I have created an encrypting application with signed jars (BouncyCastle). When I package the jar as runnable jar on maven using maven-shade-plugin and run it it causes an error:
"JCE cannot authenticate the provider BC"
But when I export it on eclipse as runnable jar and run it, it doesn't cause an error. Why is that?