This application lets you convert numbers in several number systems.
- Unpack Number-Converter.zip
- Navigate to 'Number-Converter'
- Run
javac -g src/Main.java
to compile the source code - Run
jar cfe Number\ Converter.jar src/Main src/*.class
if you want to build an executable jar file
Alternatively, you can download the current build on the release page.