I know there have been many posts on this but I can't seem to find an appropriate solution. So I have my 3 classes, one with a main and from IntelliJ everything runs fine. But I cannot seem to run the .jar file that I have created.
I also have a manifest file that contains the following:
Manifest-Version: 1.0
Main-Class: beanParser
I created the jar through the build option in IntelliJ. Any suggestions?
Thanks