jw项目windows环境软件安装
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
281 B

1 year ago
  1. grant codeBase "${codebase.preallocate}" {
  2. // for registering native methods
  3. permission java.lang.RuntimePermission "accessDeclaredMembers";
  4. // for accessing the file descriptor field in FileChannel
  5. permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
  6. };