Does anyone know of a clean/elegant way to exit JVM if unlimited encryption is NOT installed? Looking to install a some type of assertion that will exit with clean error when java
is executed without required jars installed in <JAVA_HOME>/jre/lib/security
It would be tedious to bake this check in the many Java applications that we deploy.
This question does a good job explaining how to test if unlimited encryption is installed: Checking if Unlimited Cryptography is available