Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 java web 服务,该服务包括应该从文件中读取数据的方法,并且服务的客户端必须将文件的路径作为字符串发送,当我尝试这样做并发送路径时,我遇到麻烦,错误是:
readFile.client.IOException_Exception: src\rm.txt (The system cannot find the path specified)
(该文件存在于 src 文件夹 - 源代码文件夹 -
有什么建议吗?
谢谢
将文件放在您的 WEB-Inf 中,您可以使用“文件名”访问它。
但是您可以添加一个方法让客户端知道哪些文件可用并将此路径返回给服务器,然后如果您更改名称或其他内容,它不会影响客户端。