org.glassfish.jersey.internal.RuntimeDelegateImpl NOT FOUND
我正在为我的项目使用球衣,并使用tring从字符串解析URI。
UriBuilder.fromUri("http://localhost:8000").build();
代码很简单,但我在下面得到一个错误
java.lang.ClassNotFoundException: org.glassfish.jersey.internal.RuntimeDelegateImpl
程序似乎找不到委托。我已经导入并拥有应在我的构建路径中包含委托的内容。但我仍然得到这个错误。javax.ws.rs.core.UriBuilder
jersey-common 2.0
有人知道如何解决它吗?谢谢!