February 11, 20206 yr Is there a way to modify the Java security policy? I'm attempting to use Clojure which uses `System.getProperties`, however I'm getting a `java.security.AccessControlException: access denied ("java.util.PropertyPermission" "*" "read,write")` error. Is there a way around this?
Create an account or sign in to comment