Hi,
I wanted to change something in IntelliJ IDEA. So I downloaded the source code, changed the desired parts. I can run/debug it from the IDE, but I do not know how to start the compiled application from outside the IDE.
I set up artifacts, and built artfacts which generated a 200MB jar file. I am unable to start this jar file, because of an error: "Error: Could not find or load main class jar"
- did I forget to read some document?
- maybe artifacts are not set up correctly?
Thank you!
Zsolt