如何使用 Java 以独立于平台的方式读取 Windows 共享驱动器?
如何使用 Java 从 Windows 共享驱动器中读取数据,以便执行读取的 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 JCIFS 使用纯 Java 代码访问 SMB/CIFS 共享。
You can use JCIFS to access SMB/CIFS shares using pure Java code.
apache commons vfs 始终是一个不错的选择。
apache commons vfs is always a good choice.