Refer java security policies externally

86 views Asked by At

I was working with some encryption and SSL handshake errors and I found that the fix was to place new UnlimitedJCEPolicy files in my java7. Two files namely local_policy.jar and US_export_policy.jar needs to be replaced. I don't have write permissions for java folder in my local machine. How can I refer them externally? I would like to add them in eclipse run configuration in arguments tab.

1

There are 1 answers

1
mikero On

You can refer this link for some more ideas: How to avoid installing "Unlimited Strength" JCE policy files when deploying an application?

But I think the easiest way should be get write permission in your local machine, it will save you lots of time