I was having same issue then realized that the version of commons-io getting picked up was lower than what I need (2.4)....I need to Override the already managed version as below to get the right one picked up:

<dependency>
     <groupId>commons-io</groupId>
     <artifactId>commons-io</artifactId>
     <version>2.4</version>
 </dependency>
Answer from puppyDomminatedWorld on Stack Overflow
🌐
JetBrains
youtrack.jetbrains.com › issue › IDEA-238891 › Error-java-package-orgapachecommonsio-does-not-exist
Error: java: package org.apache.commons.io does not exist
{{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 115000630124-Can-not-resolve-the-symbol-apache-in-intelliJ-v2017-2-5-on-windows
Can not resolve the symbol apache in intelliJ v2017.2.5 on windows – IDEs Support (IntelliJ Platform) | JetBrains
I am trying to run a simple scala program on a Maven project using intelliJ 2017.2.5. I have enables auto-import maven projects. In my code, I'm using the statement "import org.apache.commons.io.FileUtils". The compiler is throwing an error here saying that apache is not recognized. I could see that the org package does not contain the apache subfolder in the packages --> libraries list.
🌐
CopyProgramming
copyprogramming.com › howto › package-org-apache-commons-does-not-exist
Java: Absence of org.apache.commons package
May 3, 2023 - Had this problem with a module which was once created as a native Intellij module instead of a … ... I retrieved our past jar file and attempted to recompile Java code using JDeveloper . However, numerous errors arose as a result of missing jars . To fix this, I added imported jars to my project, and all errors vanished except for one. The package named org.apache.commons.io is not present.
🌐
Coderanch
coderanch.com › t › 633581 › java › package-org-apache-commons-io
package org.apache.commons.io does not exist (Servlets forum at Coderanch)
It looks like the required jar file is missing from the classpath. While running through eclipse, you must have added the jar in the .class file which is visible to eclipse only. So, if you want to make the jar file available, you will have to pass the jar file as part of the command · There ...
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 206166559-Java-project-does-not-build-on-windows-8-1-and-Java-1-7-if-dependency-jar-is-not-inside-the-project-directory
Java project does not build on windows 8.1 and Java 1.7 if dependency jar is not inside the project directory – IDEs Support (IntelliJ Platform) | JetBrains
I am using windows 8.1-64bit and Java 1.7.0_79 and Intellij idea community edition 14.1.2. In a simple Java project I have dependency jar marked and the jar resides outside the project under C:/Users/username/Appdata/Roaming/lib/commons-io.jar. The project has just a single java file using a helper from FileUtils in apache commons-io.
Find elsewhere
🌐
Google Groups
groups.google.com › g › foam-framework-discuss › c › nsAlepVYj8c
build failure - package org.apache.commons.io does not exist
Joel Hughes <joel.l...@gmail.com> writes: > Ok, passed the apache errors, adding commons-io and commons-text did > work, the problem was the 'cp ../tools/pom.xml' was not copying the > updated pom (figure that one out later).
🌐
The Coding Forums
thecodingforums.com › archive › archive › java
why "package org.apache.commons.io" does not exist? | Java | Coding Forums
August 17, 2006 - Hi, I am running somebody's code. The code has import at the top: import org.apache.commons.io.FileUtils; But the compiler complains that "package org.apache.commons.io does not exist". I want to add classpath to point to it. But I don't know where this package is located. How can I find...
🌐
Reddit
reddit.com › r/javahelp › how to add org.apache.commons.lang3 to project in intellij
r/javahelp on Reddit: How to add org.apache.commons.lang3 to project in Intellij
January 20, 2018 -

When in the project structure menu, I add a library, go to the path of my extracted zip file and select it. It give me the option between the main and test files and I select main, it adds it but I can't use them in my project.

🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 6779294805266-org-apache-commons-lang3-not-recognized-in-my-Intellij-IDE
org.apache.commons.lang3 not recognized in my Intellij IDE – IDEs Support (IntelliJ Platform) | JetBrains
however my IDE shows that its not recognized but the code still works perfectly fine, I just find it annoying since it's showing I have errors in my project when I don't. (The app still compiles fine etc. my IDE just states that it cannot resolve symbol commons) ... File | Invalidate Caches... | Mark first two checkboxes | Invalidate and Restart · Close the project window File | Close Project and IntelliJ. Open your project in OS file explorer and remove all *.iml files and the .idea folder from your project. Delete .m2 maven folder. Re-import the project into IntelliJ from Existing sources.
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 10644073171858-Compilation-error-in-IntelliJ-IDEA-source-code-Package-not-found-and-symbol-cannot-be-resolved
Compilation error in IntelliJ IDEA source code: Package not found and symbol cannot be resolved – IDEs Support (IntelliJ Platform) | JetBrains
Could you please attach screenshot from "Project Structure | Modules | "Intellij - Android - As-driver - utils" - Dependencies"? ... It looks like some issue with project configuration. "common-lang" dependency shouldn't be there.
🌐
Team Treehouse
teamtreehouse.com › community › java-package-orgapachecommonscsv-does-not-exist
java: package org.apache.commons.csv does not exist (Example) | Treehouse Community
July 14, 2019 - Java is not my 'first language' and I have very little experience with Windows (I'm a Mac boy). It looks like you are doing things correctly, but for some reason there are still some missing critical files, probably inside the preference folders for your OS and/or IntelliJ.
🌐
JetBrains
youtrack.jetbrains.com › issue › IDEA-238891
Jetbrains
{{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
🌐
GitHub
github.com › reactiverse › vertx-maven-plugin › issues › 81
Package org.apache.commons.io is not found · Issue #81 · reactiverse/vertx-maven-plugin
July 20, 2018 - Seems like Apache Commons IO is not in CLASSPATH, which is weird, given the fact it appears in my maven dependency hierarchy :
Published   Nov 21, 2018
🌐
GitHub
github.com › souvik-ghosh › react-native-create-thumbnail › issues › 29
package org.apache.commons.io.comparator does not exist · Issue #29 · souvik-ghosh/react-native-create-thumbnail
May 9, 2020 - ******\node_modules\react-native-create-thumbnail\android\src\main\java\com\createthumbnail\CreateThumbnailModule.java:27: error: package org.apache.commons.io.comparator does not exist import org.apache.commons.io.comparator.LastModifiedFileComparator; ^ ****\node_modules\react-native-create-thumbnail\android\src\main\java\com\createthumbnail\CreateThumbnailModule.java:94: error: cannot find symbol Arrays.sort(files, LastModifiedFileComparator.LASTMODIFIED_COMPARATOR); ^ symbol: variable LastModifiedFileComparator location: class CreateThumbnailModule Note: ****\node_modules\react-native-create-thumbnail\android\src\main\java\com\createthumbnail\CreateThumbnailModule.java uses unchecked or unsafe operations.
Published   Nov 17, 2020