Eclipse「サーバー」のJetty(jetty-wtpプラグイン)にプロジェクトをデプロイしました。Jettyサーバーを起動すると、コンソールからエラーが出力されます。
java.lang.NoClassDefFoundError: javax/annotation/security/RunAs
このプロジェクトライブラリにも追加common-annotations.jar
しましたが、この問題を解決できません。
私のインストール環境:
- JDK 1.6.0
- 突堤8.0.0.M2
- jetty-wtp http://download.eclipse.org/jetty/updates/jetty-wtp/development
どうすればこれを修正できますか?