Modify makefile to pull in the jar for org.json.
It is located here: http://mvnrepository.com/artifact/org.json/json
Add `import org.json.;` to Scatt.java, and have the hello dummy function instantiate a JSONObject or something. Make sure it compiles.
Modify makefile to pull in the jar for org.json.
It is located here: http://mvnrepository.com/artifact/org.json/json Add `import org.json.;` to Scatt.java, and have the hello dummy function instantiate a JSONObject or something. Make sure it compiles.