File not found exception in JBOSS unix server

Hi

I am working on a JBOSS application (jdk 1.6)

I am getting the following exception during a file upload operation in the unix server

java.io.FileNotFoundException: D:\\Test.xls (No such file or directory)

The same operation works in my local server (ie windows JBOSS application)

Basically it is not able to form the file handle. It fails exactly here

file = new File("D:\\Test.xls");

Can someone help

Thanks

[468 byte] By [Sid888a] at [2007-11-27 5:34:43]
# 1
does D:\\Test.xls look like a valid *nix file name to you?
corlettka at 2007-7-12 15:03:00 > top of Java-index,Java Essentials,Java Programming...
# 2
Hi The application supports file upload from any windows machine. And the local path is that D:\Test.xls. I am not able to form the file handle object. Should i be changing the path or something?
Sid888a at 2007-7-12 15:03:00 > top of Java-index,Java Essentials,Java Programming...