BlitzWare Auth Java basic example. Disclaimer: this is just very basic implementations of our api, modify it to your needs!
https://mvnrepository.com/artifact/org.json/json
- download the latest file (this is the latest file when I wrote this)
- save it somewhere where you will find it on your computer
- (eclipse) right click on your project -> Build Path -> Configure Build Path... -> Libraries -> Classpath -> Add External JARs...
- locate and select the jar file we download before
- Apply and Close
- Error should be gone