I am trying to get the path to a file named "policy.local" which I have stored in /com/package/
I want to specify the path to the above file from a class named "com.package.class". (So this class and the file are in the same folder)... How do I specify the path to the policy.local file, in the java code of class com.package.class?