org.glassfish.jersey.internal.RuntimeDelegateImpl NOT FOUND

后端 未结 6 2059
暗喜
暗喜 2020-12-29 20:20

I am using jersey for my project and tring to parse a URI from a string.

UriBuilder.fromUri(\"http://localhost:8000\").build();

The code is

6条回答
  •  梦毁少年i
    2020-12-29 21:12

    In my case the problem was for another Jar being used named: javax.ws.rs-api-2.0.jar

    Removing that jar solved my problem.

    The jar that I have used:

    
    
    
    

提交回复
热议问题