SunTlsRsaPremasterSecret KeyGenerator not available

前端 未结 8 1798
逝去的感伤
逝去的感伤 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:11

    I've had the same problem after upgrading to new Java version on Mac. My (maven) project ran OK from command line but got the "SunTlsRsaPremasterSecret" error in Eclipse.

    The solution was to remove Installed JREs in Eclipse configuration and add them again (using the "Search..." button).

提交回复
热议问题