0

この URL からWindows Azure Plugin for Eclipse for Java (Microsoft Open Technologies による)をインストールしようとしていますhttp://dl.msopentech.com/eclipse。Ubuntu 12.10 と Eclipse の「Java EE IDE for Web Developers」、バージョン: Juno Service Release 2、ビルド 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.

誰でも助けることができますか?

ありがとう。

4

1 に答える 1

3

皆さんがどこまで行ったかに驚いています。Azure Eclipse プラグインが Linux でまったく動作しないと思います。Windows Azure .NET SDK とその内部の Windows Azure エミュレーターに依存しています。Windowsマシンを入手するか、ubuntuをデュアルブートしてください!

Windows Azure Eclipse プラグインをインストールできない場合でも、Windows Azure SDK for Java を介して Windows Azure サービス (ストレージ、キュー、テーブル、サービス バス、メディア サービスなど) を使用する Java プログラムを作成することはできます。

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

オープンソースなので、独自のフォークを持つこともできます:)

于 2013-03-04T03:38:15.750 に答える