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”
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”