I have created a jar in path xxx/IdeaProjects/xxx/out/artifacts/abc_jar
.
When I run it using java -jar, I get
Could not find or load main class ...
I have moved the mainfest file to xxx/IdeaProjects/xxx/src/main/resources/META-INF/MANIFEST.MF
and main class is com.rh.xxx.Application
, but still getting
Could not find or load main class...