Unable to find .jar

You would be getting this exception most times, if you run a jar from a batch file or normally clicking on it.
The best way to run this, is by using this command:
java -jar “%~dp0postIt.jar”

In

Leave a Reply

Your email address will not be published. Required fields are marked *