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
🌐
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 3, 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.
Author   Bayramito
🌐
Google Groups
groups.google.com › g › foam-framework-discuss › c › nsAlepVYj8c
build failure - package org.apache.commons.io does not exist
method org.apache.commons.io.IOUtils.closeQuietly(java.io.OutputStream) is not applicable · (argument mismatch; foam.blob.InputStreamBlob cannot be converted to java.io.OutputStream) [ERROR] /Users/jhughes/workspace/jbbmobile/repos/sesad/node_modules/foam2/build/foam/dao/index/TreePlan.java:[28,22] method select in class foam.dao.index.TreeNode cannot be applied to given types;
🌐
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 ...
🌐
The Coding Forums
thecodingforums.com › archive › archive › java
why "package org.apache.commons.io" does not exist? | Java | Coding Forums
August 11, 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...
Find elsewhere
🌐
GitHub
github.com › reactiverse › vertx-maven-plugin › issues › 81
Package org.apache.commons.io is not found · Issue #81 · reactiverse/vertx-maven-plugin
July 14, 2018 - [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException · Seems like Apache Commons IO is not in CLASSPATH, which is weird, given the fact it appears in my maven dependency hierarchy :
Author   Riduidel
🌐
DevGenius
blog.devgenius.io › how-to-fix-commons-lang-package-does-not-exist-error-db4051b8a46b
How to fix Commons Lang “Package Does Not Exist” Error | by Tremaine Eto | Dev Genius
December 12, 2021 - import static org.apache.commons.lang.StringUtils.isBlank; import static org.apache.commons.lang.StringUtils.isNotBlank;
🌐
B4X
b4x.com › home › forums › b4a - android › android questions
Simple Library Compiler: "package does not exist" | B4X Programming Forum
April 12, 2014 - You need to copy the commons jar file to the libs folder: https://www.b4x.com/android/forum/t...uild-libraries-without-eclipse.29918/#content · [B4X] Features that Erel recommends to avoid [B4X] "Code Smells" - common mistakes and other tips
🌐
Bobcares
bobcares.com › blog › error-package-org-apache-commons-lang-does-not-exist
How to Fix “package org.apache.commons.lang does not exist” Error in Java
December 8, 2024 - The “package org.apache.commons.lang does not exist” error is a common issue caused by missing libraries, incorrect versions, or misconfigured classpaths.
🌐
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
🌐
Stack Overflow
stackoverflow.com › questions › 23730382 › error-package-org-apache-commons-io-filefilter-does-not-exist
java - error: package org.apache.commons.io.filefilter does not exist - Stack Overflow
I have added this jar file to class path "set classpath = .;commons.io_2.0.1.jar" but no use same problem ... Just try following command by updating jar path javac -classpath path\to\jar\commonsio.jar RemoteXMLRead .java
🌐
Oracle
forums.oracle.com › ords › apexds › post › error-about-org-apache-commons-io-does-not-exist-7302
Error about org.apache.commons.io does not exist! - Oracle Forums
June 23, 2010 - Hi, I'm a newer to Java. I write a code, which will import the package commons io. But when I compile it, it will shows the error that package org.apache.commons.io does not exist. I already downloa...