A simple Java implementation of a Caesar Cipher using the Swing UI toolkit
- JDK 15 installed and in your
$PATH
- Ant 1.10.x
Run the following command. The built jar file will be placed in the build/jar/
directory
ant jar
Run the following command. The portable distribution folder will be place in build/dist
.
ant portable