I'm trying to add the apache commons jar extensions to my project I copied my jar files in my project root. I also put these same files in my "Referenced Libraries" folder and when I run my app I'm getting the below error message.
To add the jars this is my process I right-click>Properties>Java Build Path>Libraries>Add Jars
My error message Caused by: java.lang.NoClassDefFoundError: org.apache.commons.io.IOUtils