org.glassfish.jersey.internal.RuntimeDelegateImpl NOT FOUND

后端 未结 6 2056
暗喜
暗喜 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条回答
  •  天涯浪人
    2020-12-29 20:51

    
        org.glassfish.jersey.core
        jersey-common
        2.26
        test
    
    

    I ran into issues with Java 8 and jersey-common 2.22.2 but 2.26 worked.

提交回复
热议问题