Eclipse中导入Apache Commons Logging的commons-logging-1.2.jar

eclipse中使用common logging

  1. 点击下载 commons-logging-1.2-bin.zip,解压缩,找到 commons-logging-1.2.jar 文件。
  2. 把commons-logging-1.2.jar添加进对应项目的外部jar资源
添加步骤
  1. 选中项目,点击project>properties,找到Java Build Path
  2. 点击Classpath ,再点击右侧Libraries的Add External JARs选择需要添加的.jar文件
  3. 最后 Apply and Close

Eclipse中导入Apache Commons Logging的commons-logging-1.2.jar

参考自Eclipse中导入…