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?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
You can use JCIFS to access SMB/CIFS shares using pure Java code.
apache commons vfs is always a good choice.