【发布时间】:2017-10-17 12:21:40
【问题描述】:
我是编码和云存储的新手,需要一些关于如何设置我的 Eclipse 的分步指导,以便我可以开始使用 Microsoft Azure 云存储。
所以基本上我正在关注这个 Azure 文件存储教程https://docs.microsoft.com/en-au/azure/storage/files/storage-java-how-to-use-file-storage
但是当我尝试将库导入到我的 Eclipse 中时,我收到错误“无法解析导入”
// Include the following imports to use blob APIs.
import com.microsoft.azure.storage.*;
import com.microsoft.azure.storage.file.*;
我想我缺少一些库。我之前学会了通过 Jar 文件添加一些外部库,我搜索了 Jar for Azure cloud,但找不到。此页面似乎相关,但我不知道如何使用它。 https://github.com/azure/azure-storage-java
有人可以解释一下吗?
非常感谢。
【问题讨论】:
标签: eclipse azure-storage