This project provides a server storing data about users, counting demanding problems and providing interface to access information from Google.
It is one of the two main parts of the O-Hunter project.
The simplest way is to use NetBeans IDE to import this project.
Few additional libraries are necessary to build this project.
- OHunterLibrary
- JSON Simple (version 1.1.1)
- Apache Derby (version 10.12.1.1)
- https://db.apache.org/derby/
- use /lib/derby.jar from this package:
- SCPSolver
Several possible ways can be found:
- Use NetBeans IDE to generate javadoc.
- Use Javadoc Tool to generate the documentation.
- Use
$ ant
to build and generate javadoc at the same time.
- OHunterClient
- OHunterLibrary