GlassGhost / HexEd

A fully functional text editor written for simplicity; including a build.xml to automate jar construction via ANT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HexEd

HexEd is a BSD Licensed Text Editor example Java Program. It is also an example of the Apache Ant build system.

Build Instructions

To git clone AND build 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/HexEd
cd ./HexEd
ant

Then double click the HexEd.jar file to demo the compiled application on ANY platform with a JRE installed(windows, *nix, mac, etc.)

About

A fully functional text editor written for simplicity; including a build.xml to automate jar construction via ANT.

License:Other


Languages

Language:Java 100.0%