We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5766253 commit a949586Copy full SHA for a949586
README.markdown
@@ -28,14 +28,14 @@ ant
28
Then, start the chat server (a `WebSocketServer` subclass):
29
30
``` bash
31
-java -cp example:dist/WebSocket.jar ChatServer
+java -cp build/examples:dist/WebSocket.jar ChatServer
32
```
33
34
Now that the server is started, we need to connect some clients. Run the
35
Java chat client (a `WebSocketClient` subclass):
36
37
38
-java -cp example:dist/WebSocket.jar ChatClient
+java -cp build/examples:dist/WebSocket.jar ChatClient
39
40
41
The chat client is a simple Swing GUI application that allows you to send
0 commit comments