would like to make the executable jar file of my project in intellij. I have created jar but while executing jar file, getting this error
cannot find the path specified of the file config.properties.
Properties file present in the folder ReconFiles and main class present in the folder SRC.
Can you please help me how to add the properties class in the JAR file?