Websocket Client Could not find an implementation class

前端 未结 3 1610
温柔的废话
温柔的废话 2021-02-13 09:28

I will preface this with I am not using any maven dependencies, yet I know that I am missing a jar file wls-api.jar (at least that is what I have read).

To

3条回答
  •  故里飘歌
    2021-02-13 10:11

    Adding

    // https://mvnrepository.com/artifact/org.glassfish.tyrus.bundles/tyrus-standalone-client

    compile group: 'org.glassfish.tyrus.bundles', name: 'tyrus-standalone-client', version: '1.9'

    to my build.gradle file worked for me.

提交回复
热议问题