Skip to content

jtara1/Shopgoodwill-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMPILATION AND RUNNING INSTRUCTIONS

Before compiling and running ShopgoodwillDB.java, zipcode.csv and jsoup-1.8.1.jar (can be found at http://jsoup.org/download) have to be in the same directory as ShopgoodwillDB.java. Java has be installed and set in your PATH system variable.

if you are using Windows compile by entering the following command into the command prompt:

javac -cp .;jsoup-1.8.1.jar ShopgoodwillDB.java

To run program in Windows, enter:

java -cp .;jsoup-1.8.1.jar ShopgoodwillDB

if you are using Linux/Unix, compile by entering:

javac -cp .:jsoup-1.8.1.jar ShopgoodwillDB.java

To run the program in Linux/Unix, enter:

java -cp .:jsoup-1.8.1.jar ShopgoodwillDB

Releases

No releases published

Packages

No packages published

Languages