2017-10-17 123 views
0

我是编码和云存储的新手,需要一些关于如何设置Eclipse的一步一步的指导,以便我可以开始使用Microsoft Azure Cloud存储。将Azure存储库导入到Eclipse,Java

所以基本上我下面这个教程对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文件添加一些外部库,我搜索了Azure云的Jar,但找不到任何。此页似乎相关,但我不知道如何使用它。 https://github.com/azure/azure-storage-java

有人可以摆脱一些光?

非常感谢。

回答