I created a JAR artifact in IntelliJ with option to extract JAR files to the target JAR. Look like this:
I filled the manifest information properly:
I checked the content of the JAR file with ZIP and it contains the jar files, the properly filled MANIFEST.MF and the .class files for my project.
But if I try to run it, it drops an error:
d:\Own_Tools\REF_Standalone\build>java -jar REF_Standalone.jar
Error: Could not find or load main class com.continental.ref.REFController
I am pretty sure it contains com\continental\ref\REFController.class.
Do you have any idea what went wrong with it?
Thanks: Levente