We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c48b9 commit 9da19efCopy full SHA for 9da19ef
README.markdown
@@ -38,6 +38,9 @@ Java chat client (a `WebSocketClient` subclass):
38
java -cp build/examples:dist/WebSocket.jar ChatClient
39
```
40
41
+__Note:__ If you're on Windows, then replace the `:` (colon) in the classpath
42
+in the commands above with a `;` (semicolon).
43
+
44
The chat client is a simple Swing GUI application that allows you to send
45
messages to all other connected clients, and receive messages from others in a
46
text box.
0 commit comments