PROBLEM DESCRIPTION Design and implement a Library Management System named Biblioteca.
SETUP ENVIRONMENT
- If Java is not running on your system, then download it using [this link] (http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html)
- Set the CLASSPATH so that Java can run on your system.
- Download Apache Ant. If on OSX, then use [Home Brew] (http://brew.sh/). Use the command
brew install ant
and download it. ...If on any other Operating System, then use [this link] (https://ant.apache.org/bindownload.cgi)
HOW TO BUILD THE CODEBASE
- Open a Terminal and type
ant build
to build the codebase.
HOW TO RUN THE CODEBASE
- Open a Terminal and type
ant
to run it