I am facing the following SSL connection exception when trying to connect to remote server:
java.security.InvalidKeyException: Illegal key size or default parameters
As suggetested by this thread: Java Security: Illegal key size or default parameters?
I download the Unlimited Strength jar files ( local_policy.jar and US_export_policy.jar )
for where should I place them I did the following:
- Following the Installation instruction I should place them in - Java homefolder as follow :- <java-home>\lib\securitybut still getting the same error.
- Also, I tried to add them to - IDEhome folder in my case- JDeveloper 10.1.3.2which is:- ...\jdevstudio10132\jdk\jre\lib\securityand here is what happened:- The folder has the .jarfiles already and when I replace them with the updated versions I am getting the following error:java.lang.NoClassDefFoundError at javax.crypto.Cipher.getInstance(DashoA12275)
 
- The folder has the 
 
    