I am excuting following code in the servlet on WAS 5.0 but getting java.io.FileNotFoundException: Q:/test/me.TIF (The filename, directory name,or volume label syntax is incorrect)error.
FileInputStream fin = new FileInputStream("Q:/test/me.TIF");
Here Q drive is mapped to the some folder on another machine on same network. It is working on most the m/c but not working on a specific m/c. it works if the network passowrd required for mapping is blank.