I created a java application that uses the data from its config folder, and also uses third-party jar files that are in the lib folder, can someone tell me how to create a jar file for this project with the contents stored in the config file and folder lib.
I tried to create a jar using the eclipse export functions. when I run this jar file, it says that it cannot find the third-party libraries that I used for this project and the configuration file.
in advance for any help
Kitis source
share