From 0772a2619673b10d42894a5265da7c76bd7f3d99 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sat, 24 Jul 2021 14:50:05 -0700 Subject: [PATCH] sleep delay, warning --- examples/src/TcpExamples/TcpExample3Server.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/src/TcpExamples/TcpExample3Server.java b/examples/src/TcpExamples/TcpExample3Server.java index 6e90a6cffd..7af645130f 100644 --- a/examples/src/TcpExamples/TcpExample3Server.java +++ b/examples/src/TcpExamples/TcpExample3Server.java @@ -26,6 +26,8 @@ public class TcpExample3Server { /** * Program invocation, execution starts here + * If already compiled, can run using console in directory ../../build/classes/ by invoking \ + * java -classpath . TcpExamples.TcpExample3Server * @param args command-line arguments */ public static void main(String[] args) { -- GitLab