Skip to content
Snippets Groups Projects
Commit 800f904c authored by Brutzman, Don's avatar Brutzman, Don
Browse files

NetBeans terminal is viable option for telnet, Windows users must have cygwin installed

parent 7c003a5f
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,11 @@ import java.net.*; ...@@ -9,6 +9,11 @@ import java.net.*;
* you write, which we will do later. Right now the TcpExample simply * you write, which we will do later. Right now the TcpExample simply
* writes a string in response to a connection. * writes a string in response to a connection.
* *
* As a alternative to running the Windows (or other operating system) console,
* you can instead run the NetBeans terminal window. If you are on Windows,
* NetBeans is looking for cygwin installation (for unix-like compatibility).
* Details at https://savage.nps.edu/Savage/developers.html#Cygwin
*
* Modifying his program is the basis for Assignment 1. * Modifying his program is the basis for Assignment 1.
* *
* Testing the running server program from telnet looks like this: * Testing the running server program from telnet looks like this:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment