Skip to content

Commit 9da19ef

Browse files
committed
README: add note about the classpath syntax in example commands
Closes TooTallNate#82.
1 parent 92c48b9 commit 9da19ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Java chat client (a `WebSocketClient` subclass):
3838
java -cp build/examples:dist/WebSocket.jar ChatClient
3939
```
4040

41+
__Note:__ If you're on Windows, then replace the `:` (colon) in the classpath
42+
in the commands above with a `;` (semicolon).
43+
4144
The chat client is a simple Swing GUI application that allows you to send
4245
messages to all other connected clients, and receive messages from others in a
4346
text box.

0 commit comments

Comments
 (0)