'Library and Packaging - Unknown

I have create a play framework project. I have created a lib folder and add 2 jars to the lib directory.

When running via intellij and SBT compiles fine...However it is not picking up after the application is up.

Problems:

#1 - How to make it work or the way to add the jar in runtime which is present in the lib folder?
#2 - Also, how to add the libraries in the lib folder and package the app as exe or one executable jar?

Thanks in advance



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source