Table of Contents
fix the import org.apache.common.lang3 can not be resolved (हिन्दी में …)
“the import org.apache.common.lang3 can not be resolved” is very common error message for Java developers. But, it is quite difficult to fix for beginner. You must import the parent class before to use string method StringUtils. For example, you should import java.util.List before using List data type.
When we import a Java class, corresponding package should exist in the Java library path. However Java compiler will throw error if Java library don’t have the parent package. For example, java.util package should exist in Java library path before to import List class.
We can fix this issue very easily by manually copying the parent package to Java library path. In this video, I have shared simple steps to fix this issue within 2 mins. Therefore, have a quick watch and fix the issue quickly.
Please click here if you want to view solution video to “fix the import org.apache.common.lang3 can not be resolved” in English Language
Checkout more Java posts