2012-11-21 123 views
2

我正在嘗試創建Windows Azure雲服務。因此,我在我的Mac上使用了Eclipse(Indigo)。Windows Azure Toolkit for Java插件在Mac上無法正常工作

首先,我需要根據this tutorial安裝(Eclipse的>幫助>安裝新軟件>http://dl.msopentech.com/eclipse的Windows Azure工具包爲Java插件,但是這是不可能在我的Mac。在Windows機器上沒有問題!

以下錯誤被套上安裝插件:

Cannot complete the install because some dependencies are not satisfiable 
com.microsoftopentechnologies.wacommon.feature.feature.group [1.8.0.201211010928] cannot be installed in this environment because its filter is not applicable. 

任何想法?

回答

1

剛剛在Linux上遇到同樣的問題,這是由於將OS篩選器應用於限制其用於Windows的插件。有關在Linux上運行Eclipse的用戶的類似問題,請參閱此SO answer。 Eclipse的Windows Azure插件對.NET SDK有依賴性,可以用模擬器(如Visual Studio)調試程序,因此它不能用於Linux/Unix環境。

看到這個插件在官方網站上的full description

但正如答案中所述,您仍然可以使用Windows Azure SDK for Java在Linux或MacOS上開發程序。