Possible Duplicate:
How do I get the name of a file's owner in Java on OSX?
Is there any method on a class from java.io, java.nio, commons-io, etc. that I can use to get the owner of a given file in my filesystem?
I really don't want to create a shell to execute an unix-only/windows-only command to get it. It would look awful and wouldn't be platform independent.