posted 13 years ago
FileInputStream looks for exact file location like,
FileInputStream fis=new FileInputStream("C:/RAD7-0-projects/WebDnldCtr/WebDnldCtr/WebContent/Common/conf_en_US.gif")
OR
If your current logic file in WebDnldCtr folder, you can write like
FileInputStream fis=new FileInputStream("./WebDnldCtr/WebContent/Common/conf_en_US.gif")