I am deploying a command-line tool that is written in Java that accepts command-line arguments. I have it packaged as a JAR file because it is convenient to have a single f
On debian based distribution, it is possible to install jarwrapper
sudo apt-get install jarwrapper
I think that this is possible to do the same thing on other distributions by installing with the same package name.