How do I install the unlimited strength policy for JCE on AWS Workspaces?

0

So I'm using AWS Workspaces as my development environment, and Java lives in C:\Program Files\Java\jdk1.8.0 but I can't copy any data into that drive. I need to install the JCE Unlimited Strength Cypto Policy which requires me to copy a couple of jars into $JAVA_HOME\lib\security, but I can't. So how is it done?

asked 4 years ago188 views
1 Answer
0
Accepted Answer

I figured it out. I have to run Cmd using Run As Administrator and it'll let me copy the files then. Derp!

answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions