Introduction
To run this code locally, please follow the instructions below.
Details
- Check out the code in Eclipse using subclipse
- Make src, test, and conf source code directories
- Add log4j-1.2.15.jar to the project
- In log4j.conf, set log4j.appender.A2.File to be a real file location on your system
- default file should be ok for linux systems
- Under com.jchy.graph.gui,
- right-click on GraphIt.java,
- select Run As,
- and then select Java Application