Cannot import the ArrayUtils library. When importing an error occurs error: package org.apache.commons.lang3 does not exist . I import using
import org.apache.commons.lang3.ArrayUtils; On the website with the apache.org documentation at the beginning the name of the library and something like the address to it are written:
org.apache.commons.lang3
Class ArrayUtils
java.lang.Object
extended by org.apache.commons.lang3.ArrayUtils
Which of these should help connect and use the library in my code?
java.orjavax.it means it is included in the standard library. If not, it is not included, with rare exceptions. - Sergey Gornostaev 5:43 pm