I want to access a properties file placed in a folder,which is at the project level .Means the .properties file will not be part of any package. The structure would be like below.
Project
Src
package1
|
------file1.java
package2
|
-----file2.java
SimpleFolder
|
-----myfile.properties
now from file1.java,I want to access the myfile.properties file values.
Please help me out if any one can