我在Eclipse"Server"中在Jetty(jetty-wtp插件)中部署了一个项目.当我启动Jetty服务器时,控制台输出错误: java.lang.NoClassDefFoundError: javax/annotation/security/RunAs
java.lang.NoClassDefFoundError: javax/annotation/security/RunAs
我也添加common-annotations.jar到这个项目lib但无法解决这个问题.
common-annotations.jar
我的安装环境:
我怎样才能解决这个问题?
deployment jetty eclipse-wtp
deployment ×1
eclipse-wtp ×1
jetty ×1