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?
2 Likes
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.
2 Likes
Yes, that worked just fine. Thanks for the reply.
1 Like