开发者

How can I read from a Windows shared drive in a platform independent way using Java?

开发者 https://www.devze.com 2023-01-04 22:50 出处:网络
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 acce

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消