I've recently finished my project and now I would like to build the artifact for it. During the process I've followed the guide provided by jetbrains which can be found here:
https://blog.jetbrains.com/idea/2010/08/quickly-create-jar-artifact/
I've done everything step by step as the guide says but when I run the actual jar file it doesn't do anything.
Could any of you help me identify the problem please?
The manifest was generated by the IDE automatically and has inside the following content:
Manifest-Version: 1.0
Main-Class: application.Main
This is how the jar file looks like inside:
Also I would like to mention that no errors occurred during building the artifact.