Maverick Gsp

Greenhorn
+ Follow
since Apr 08, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Maverick Gsp

[Hi Experts,

I am new to java and trying to develop a program to read a simple properties file through a basic java program,I have attached the corresponding java code also,



I am getting the below error

"java.io.FileNotFoundException: deploy.properties (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at App.main(App.java:15)"

The file is correctly placed at the defined location in the code,can you please confirm as to where am i going wrng?

Looking fwd for guidance from experts.

Regards,
Mav
10 years ago