草庐IT

RuntimeDelegateImpl

全部标签

java - org.glassfish.jersey.internal.RuntimeDelegateImpl 未找到

我在我的项目中使用jersey,并试图从字符串中解析URI。UriBuilder.fromUri("http://localhost:8000").build();代码很简单,但下面出现错误java.lang.ClassNotFoundException:org.glassfish.jersey.internal.RuntimeDelegateImpl程序似乎找不到委托(delegate)。我已经导入了javax.ws.rs.core.UriBuilder并拥有应该在我的构建路径中包含委托(delegate)的jersey-common2.0。但我仍然收到此错误。有人知道如何解决吗?谢