I must find a solution for changing it from java 6. I know that it is possible to do it with Files.nio but I should only use java 6 API.
I really don't want to use Runtime.getRuntime().exec("chown xx yy");
I must find a solution for changing it from java 6. I know that it is possible to do it with Files.nio but I should only use java 6 API.
I really don't want to use Runtime.getRuntime().exec("chown xx yy");