Windows Azure Toolkit for Java插件在Mac上不工作

Windows Azure Toolkit for Java插件在Mac上不工作,windows,service,azure,cloud,Windows,Service,Azure,Cloud,我正在尝试创建Windows Azure云服务。因此,我在Mac上使用了Eclipse(Indigo) 首先,我需要安装(Eclipse>帮助>安装新软件>)基于的Windows Azure Toolkit for Java插件,但这在我的Mac上是不可能的。Windows计算机上没有问题 安装插件时引发以下错误: Cannot complete the install because some dependencies are not satisfiable com.microsoftopen

我正在尝试创建Windows Azure云服务。因此,我在Mac上使用了Eclipse(Indigo)

首先,我需要安装(Eclipse>帮助>安装新软件>)基于的Windows Azure Toolkit for 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.

有什么想法吗?

在Linux上也遇到了同样的问题,这是由于应用于插件的操作系统过滤器限制了它在Windows上的使用。有关在Linux上运行Eclipse的用户的类似问题,请参见本文。用于Eclipse的Windows Azure插件依赖于.NET SDK,可以使用模拟器(如Visual Studio)调试程序,因此不能在Linux/Unix环境中使用

请在官方网站上查看此插件

但正如回答中所述,您仍然可以使用WindowsAzure SDK for Java在Linux或MacOS上开发程序