1. Copy all the files to a folder. 2. Compile the source file using: javac *.java 3. Run using java command: java Dictionary
A normal dictionary build using Java where it reads file and provides meaning for those words.