I keep trying to run my code, but when I run it I get the message
"Caused by: java.lang.NullPointerException: Cannot invoke "org.apache.commons.lang3.JavaVersion.atLeast(org.apache.commons.lang3.JavaVersion)" because "org.apache.commons.lang3.SystemUtils.JAVA_SPECIFICATION_VERSION_AS_ENUM" is null"
Anyone know how to fix this? I appreciate the help.
SystemUtils.isJavaVersionAtLeast
. – Scuba