how to search a file in local network
hi
i am new to java..i wanna search a file,if two systems are connected through remote logon and the file to be searched is in shared folder...if i enter the file name it should respond with path where the file is located...i have tried out some coding, itz working well in single system but not in local network...please help me...thanks in advance
Re: how to search a file in local network
How are you getting the path to the file you want to read? Are you using the JFileChooser or the File classes?
Re: how to search a file in local network
geetha, I've moved your thread to a more applicable forum. Posting questions in the wrong forum (such as the member introduction forum, where this was originally) will hurt your chances of getting help.
I suggest you post an SSCCE that demonstrates what you're doing.