SunTlsRsaPremasterSecret KeyGenerator not available

前端 未结 8 1808
逝去的感伤
逝去的感伤 2020-11-30 14:00

I encountered an error when my application tries to load a RSA Algorithm provider class from JAVA. The exception stack is as follow:

javax.jms.JMSException:          


        
8条回答
  •  不知归路
    2020-11-30 14:26

    I know, I am joining late here. But for me, this error came suddenly as soon as I changed the Preference -> Java -> Installed JREs -> Execution Environments as JavaSE-1.8 to jdk1.8 path. But it should be jre1.8 path.

    I don't know why is it happening now. But It sorted the problem.

提交回复
热议问题