JAVA Classpath和jersey客户端

时间:2016-09-09 16:03:02

标签: jersey jersey-client javax.ws.rs

我在过去几周遇到了这个问题,每当我运行java应用程序时出现以下异常:

java.lang.NoClassDefFoundError: com/sun/jersey/core/util/FeaturesAndProperties

Caused by: java.lang.ClassNotFoundException: 
com.sun.jersey.core.util.FeaturesAndProperties

1 个答案:

答案 0 :(得分:0)

问题是

jerseyclient.jar, jersey.jar and javax.ws.rs.jar
在JDK类路径中,并且还有一个依赖shich有这些文件所以这导致了这个异常。希望它可以帮助别人!!!