Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はcdh4とEclipse Junoを使用しています
wordcount プログラムの実行中に、このエラーに遭遇しました
スレッド「メイン」の例外 java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils
私はすでに commons-lang3-3.1 jar ファイルをインストールしています
間違ったクラスをインポートしています。3以降、パッケージはありorg.apache.commons.lang3ませんorg.apache.commons.lang。commons-lang-2*.jar を使用するか、適切なクラスをインポートする必要があります。
org.apache.commons.lang3
org.apache.commons.lang