File file=new File("configuration/org.eclipse.equinox.simpleconfigurator/bundles.info");
        if (file.exists()){
            file.setWritable(false);
            System.out.println("设置bundles只读成功");
        }

相关文章:

  • 2021-11-27
  • 2021-08-18
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2021-05-25
  • 2021-09-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案