I have copied the required JAR file for using org.apache.commons.io.FileUtils in /lib directory of my Project. And added this in classpath as well.
Once I build the project and run it from IntelliJ IDE, the application works fine. But when I Build it as Artifact, it creates a JAR file for my application. If I run the JAR file, the APIs from org.apache.commons.io.FileUtils are not working...!!
I think something wrong with adding the external JAR file to my project. Please help..!
-Younus