Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 615 Bytes

readme.md

File metadata and controls

20 lines (16 loc) · 615 Bytes

HexEd

EventTest is a APACHE Licensed Event Throwing example Java Program. It is also an example of the Apache Ant build system.

Build Instructions

To git clone AND build AND run on a Debian(or Ubuntu) machine simply run the following:

sudo apt-get install -y ant default-jdk git build-essential
git clone https://github.com/GlassGhost/EventTest
cd ./EventTest
ant
java -jar './EventTest.jar'