Starting jstatd in Java 9+
问题 In the past, I have started jstatd via a security policy file, as suggested here: https://stackoverflow.com/a/14930180/1294116 However, in Java 9+, they have removed the tools.jar file, which means that this solution no longer works. Does anyone know how to get around this? (Currently I am back to getting the error java.security.AccessControlException: access denied ("java.util.PropertyPermission" "java.rmi.server.ignoreSubClasses" "write") ... ) 回答1: Since Java 9 they moved most (if not all)