{{theTime}}

Search This Blog

Total Pageviews

How to Disable installed JRE Versions in Windows?

Go to Control Panel and open "Java".



Go to Java Tab and click "View". 
The installed JRE's will be displayed.  Deactivate the old JRE's.

No comments:

Mysql - java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed

Add allowPublicKeyRetrieval=true to the JDBC URL. jdbc:mysql://localhost:3306/db?allowPublicKeyRetrieval=true&useSSL=false