We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07764c commit 45aaa05Copy full SHA for 45aaa05
index.html
@@ -64,7 +64,7 @@ <h1>Java WebSockets</h1>
64
<p>Then, start the chat server (a <code>WebSocketServer</code> subclass):</p>
65
66
<div class="highlight">
67
-<pre>java -cp build/examples:dist/WebSocket.jar ChatServer
+<pre>java -cp build/examples:dist/java_websocket.jar ChatServer
68
</pre>
69
</div>
70
@@ -73,7 +73,7 @@ <h1>Java WebSockets</h1>
73
Java chat client (a <code>WebSocketClient</code> subclass):</p>
74
75
76
-<pre>java -cp build/examples:dist/WebSocket.jar ChatClient
+<pre>java -cp build/examples:dist/java_websocket.jar ChatClient
77
78
79
0 commit comments