I am using one property file in my simple eclipse java maven project. but when i execute jar file using Eclipse -> Export and run that executable jar file in command prompt i get the following error.
C:\Users\Administrator\Desktop>java -jar property.jar
java.io.FileNotFoundException: clientConfig.properties (The system cannot find t
he file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at com.veni.property.App.main(App.java:19)
What is problem in the build procedure or path problem? Kindly find full eclipse java maven project link. https://drive.google.com/drive/folders/0B4wkBrJ4uyHMUzFoNERhV1Raams?usp=sharing