无法使用Java安装适用于Eclipse的Windows Azure插件(由Microsoft Open Technologies提供)

时间:2013-03-03 20:09:02

标签: azure eclipse-plugin

我正在尝试通过以下网址安装带有Java的Windows Azure插件(由Microsoft Open Technologies提供) http://dl.msopentech.com/eclipse 。我使用Ubuntu 12.10和Eclipse“Java EE IDE for Web Developers”,版本:Juno Service Release 2,Build id:20130225-0426。

我按照本教程中解释的步骤操作: http://msdn.microsoft.com/en-us/library/windowsazure/hh690946.aspx 。但我得到了这个错误:

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

有人可以帮忙吗?

感谢。

1 个答案:

答案 0 :(得分:3)

我很惊讶你们走了多远。我认为Azure Eclipse插件根本不适用于Linux。它依赖于Windows Azure .NET SDK和其中的Windows Azure模拟器。得到一台Windows机器,或双启动你的ubuntu,兄弟!

虽然您可能无法安装Windows Azure Eclipse插件,但您仍然可以通过Windows Azure SDK编写消耗Windows Azure服务的Java程序(例如存储,队列,表,服务总线,媒体服务) Java的。

https://github.com/WindowsAzure/azure-sdk-for-java

由于它是开源的,你甚至可以拥有它自己的分支:)。