Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

package org.apache.commons.io does not exist

Tags:

java

I extracted our previously built jar file and try to compile Java code again using JDeveloper. It gave multiple error due to missing jars then I imported jars to my project then all error disappear except one

package org.apache.commons.io does not exist

I searched a lot and tried ever solution from web but its still not working. Can someone help me in this regards, I imported with import org.apache.commons.io.IOUtils;

Errors Error(26,39): package org.apache.commons.io does not exist Error(82,17): cannot find variable IOUtils

like image 929
nasir129 Avatar asked Oct 30 '22 15:10

nasir129


1 Answers

it started working now. I downloaded commons-io-2.4 from a different resource and imported to my project. Thanks

like image 184
nasir129 Avatar answered Nov 15 '22 05:11

nasir129