- Open Terminal / Command Prompt
- Type
git clone https://github.com/BinaryCrazy/apcs-downloader.git
- Move all files from
apcs-downloader
toMyDocuments
(Or the directory in which all your program folders are located). - Compile
Assistant.java
by typing:javac -cp 'jsoup.jar' Assistant.java
When Mr. DeRuiter assigns a program on his website, find the name of the program.
Then, in Terminal / Command Prompt, type: java -cp ".:jsoup.jar" Assistant [Program Name]
The process will take 20 - 30 seconds, so sit back and relax.
Compilation: javac -cp 'jsoup.jar' Assistant.java
Execution: java -cp ".:jsoup.jar" Assistant [Program Name]