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