Skip to content

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

License

Notifications You must be signed in to change notification settings

GlassGhost/HexEd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages