-4

At the moment I have a non-maven project with external libraries in intelliJ. Now I wanted to import org.apache.commons.io.FileUtils. But it cannot be resolved. I read some questions and answers on stackoverflow. Since I have no pom.xml file that can be completed, is there another approach to import the library?

susliks2
  • 69
  • 7
  • 1
    Yes, you need to download library that interest you. And then add it to your classpath. – Suule Feb 14 '19 at 15:49

1 Answers1

1

Download jars which interest you from here. And add it to your classpath check this

Suule
  • 2,197
  • 4
  • 16
  • 42