반응형
json 프로젝트를 진행하면서 위와 같은 에러가 발생하였습니다.
에러를 해결하기 위해서는 해당 라이브러리를 설치해 주면 됩니다.
https://commons.apache.org/proper/commons-logging/download_logging.cgi
Apache Commons Logging - Download Apache Commons Logging
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apa
commons.apache.org
위의 아차피 사이트로 이동합니다.
그리고 Binaries 항목에 Logging 파일을 받아
프로젝트 내에 라이브러리를 적용해 주시면 됩니다.
반응형
'Dev > Java' 카테고리의 다른 글
org/apache/commons/beanutils/DynaBean 에러 해결법 (0) | 2022.12.17 |
---|---|
org/apache/commons/collections/map/ListOrderedMap 에러 해결법 (0) | 2022.12.17 |
java.lang.ClassNotFoundException: net.sf.ezmorph.Morpher 에러 해결법 (0) | 2022.12.16 |
org/apache/commons/lang/exception/NestableRuntimeException 에러 해결법 (0) | 2022.12.16 |
[Java] 인터페이스 사용법, 추상클래스 차이점 (0) | 2022.12.15 |