 |
java - How to avoid installing "Unlimited Strength" JCE policy files when deploying an application?
During installation of your program, just prompt the user and have a DOS Batch script or a Bash shell script download and copy the JCE into the proper system location. I used to have to do this for a server webservice and instead of a formal installer, I
stackoverflow.com |
 |