- Open IntelliJ IDEA -> Open -> (Find the location of the repository) -> Choose " cs122b-project3-SAXParser-example" directory -> Click "OK" -> wait until indexing is complete.
- To run the example in the Intellij, open SAXParserExample.java and run this file.
- OR on commandline
mvn clean package
thenjava -cp target/cs122b-project3-SAXParser-example-0.0.1-SNAPSHOT.jar SAXParserExample