To fix this Java issue you have to lower the security 🙁
Go to
“C:\Program Files (x86)\Java\jre7\lib\security”
open the file “java.security”
Look for this line
jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024
Change 1024 to 256 and save.
That worked for me.