I am trying to read decrypted property file.
File location is /WEB-INF/classes/db.properties
Decoder java file is src/a2.util/Decoder.java
which has method called readFile(String fileName)
.
When I call the method like this:
Decoder.readFile("db.properties")
I got file not found exception. saying..
db.properties (System cannot find specified file)
Can someone help me with this ?