我在过去几周遇到了这个问题,每当我运行java应用程序时出现以下异常:
java.lang.NoClassDefFoundError: com/sun/jersey/core/util/FeaturesAndProperties
Caused by: java.lang.ClassNotFoundException:
com.sun.jersey.core.util.FeaturesAndProperties
答案 0 :(得分:0)
问题是
jerseyclient.jar, jersey.jar and javax.ws.rs.jar在JDK类路径中,并且还有一个依赖shich有这些文件所以这导致了这个异常。希望它可以帮助别人!!!