Run multiple java files in separate windows
- Run the Server.java
- Run the Client.java (a single instance corresponds to a single client)
To run the java file:
- Navigate to the 'target/classes' directory.
- Run command line from this directory.
- Execute the command
java com.movietone.Client
to run the client orjava com.movietone.Server
to run the server