I have a project that has been written in java. It used Maven as manager of library. In particular, 'Assembly' plugin has been used for creating the jar that I need to execute for running the whole program.
Here there is the bunch of files. How can I recognize a jar file among them? How can I exactly execute the whole program starting from the jar? I know that I can use command in the prompt for running it. But for doing that I need your help: which is the jar file among them?