Module 2.3.3: where to get the support project lj-support-app-java... from?

I finally got a chance to continue with this course.
In chapter 2.3.3 in the section " Getting Stuck in With Code - API Layer"
the following command is given
* java -jar target/lj-support-app-java--exec.jar **
Where do I get this support project from? So far the course was only talking about mot-cert-support-app-java. Did I miss something in the instructions?

It looks like the filename has been changed. Try running java -jar target/mot-cert-support-app-java-*-exec.jar after running mvn clean install. Let me know if that works, and I’ll get the instructions updated if they do.

Yes, that worked just fine. Thanks for the reply.

  1. The course instructions are not yet updated in lesson 2.3.3 here (still refers to lj-).
  2. The suggested command also does not work for me. At the same point as the poster, I received an error with the updated command, “Error: Unable to access jarfile target/mot-cert-support-app-java-*-exec.jar”
  3. Initial troubleshooting didn’t work for me (filepath/name review), but I found help online and when I switched to absolute path (in Windows) and full filename, it worked: java -jar C:\Users\GJC\Documents\MinistryOfTesting\mot-cert-support-app-java-trunk\target\mot-cert-support-app-java-0.1-exec.jar`