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.

4 lines
192 B

1 year ago
  1. // Needed for painless script to run
  2. grant {
  3. // needed to create the classloader which allows plugins to extend other plugins
  4. permission java.lang.RuntimePermission "createClassLoader";
  5. };