0

https://www.dropbox.com/s/g1r4fhxuz5odfaa/tmm.zip?dl=0

For running the app How can I use this command line:

java -jar TMM_x.y.z.jar -c <--path to configuration file-->

Mohan
  • 41
  • 7
  • Usually `java -jar TMM_x.y.z.jar` should be enough to run your jar file. – Lutzi Jan 24 '20 at 13:54
  • If you want to run the JAR from within Eclipse IDE I think the easier is to use a dedicated Run Configuration (see [this answer](https://stackoverflow.com/a/52207796/10226142)). There are also plug-ins to embed a terminal within the IDE, see [this answer](https://stackoverflow.com/a/21579383/10226142). – Emmanuel Chebbi Jan 24 '20 at 14:09
  • @Lutzi I had to create a configuration file and run the following command in the maven web project.java -jar TMM_x.y.z.jar -c <--path to configuration file--> – Mohan Jan 24 '20 at 15:20

0 Answers0