socketio / socket.io-client-java

Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.
https://socketio.github.io/socket.io-client-java/installation.html
Other
5.32k stars 972 forks source link

Problem with importing jars #667

Closed PratiquesAlgorithmiques closed 2 years ago

PratiquesAlgorithmiques commented 3 years ago

I have a stupid question. I'm trying to use using socket.io-client-java with jars instead of maven and I can't get things set up... In my build path I have

Java-WebSocket-1.3.8.jar engine.io-client-2.0.0.jar json-20090211.jar okhttp-3.12.12.jar okio-1.15.0.jar socket.io-client-2.0.1.jar

And in my script I've tried

import io.socket.client.IO; import io.socket.client.Socket;

But it can't find them. AM I missing something ? Thanks for any help.

PratiquesAlgorithmiques commented 3 years ago

Anyone ?

darrachequesne commented 3 years ago

with jars instead of maven

But... why would you do that? More seriously, could you please explain your use case?

darrachequesne commented 2 years ago

Closed due to inactivity, please reopen if needed.