How can I read from a Windows shared drive usin开发者_如何学编程g Java in such a way that the Java code which performs the reading could run equally correctly on any platform?
You can use JCIFS to access SMB/CIFS shares using pure Java code.
apache commons vfs is always a good choice.
精彩评论