Executable Jars

I have tried to compile the LT project using Spring Tool Suite and tried to create an executable jars. However, the jars are not able to execute. Can you please point me the steps to produce the executable jars.

Thanks.

By executable you mean JAR files that can be started with “java -jar file.jar”, don’t you? Well, the existing JARs can be started that way, so you should consider using Maven, as we do. The pom.xml file has the required settings for that, see “maven-jar-plugin” and “maven-assembly-plugin”.