How can I read from a Windows shared drive in a platform independent way using Java?
How can I read from a Windows shared drive using Java in such a way that the Java code which performs the reading could run equally correctly on any platform?
Solution
You can use JCIFS to access SMB/CIFS shares using pure Java code.