Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.65 KB

README.md

File metadata and controls

42 lines (36 loc) · 1.65 KB

OHunterServer (OHS)

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.

Build

The simplest way is to use NetBeans IDE to import this project.

Few additional libraries are necessary to build this project.

Documentation

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.

Links