Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 513 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 513 Bytes

ws_final_project

To run the project,

Windows

click on simple-gui-console.bat to invoke the GUI application.

Ubuntu

Navigate to the following directory: PROJECT_HOME\jetty\jetty

To launch jetty, double click on the start.jar file or at the command line, run the command below:

java -jar start.jar

Open a web browser and visit:

http://localhost:8080/programd/

Enter a term like "hello" or "java" at the prompt

Requirements

JRE and JDK need to be installed.