java.security.ProviderException: Could not initialize NSS
I'm receiving the error "Could not initialize NSS" in my java application when sending an HTTPS Request. Unfortunally I do not have the complete stack trace of the exception in my log, but from what I have already googled, it is most probably caused by the missing shared object "libnss3.so".
Does anyone know which package I need to install on open suse to get the开发者_运维技巧 shared object in the right place ?
This can help to solve the problem.
Could not initialize NSS
精彩评论