-
ant加载commons-collections-3.2.1.jar失败,加载其他jar成功0
问题如题;加载commons-logging.jar都是可以的,用eclipse加载commons-collections-3.2.1.jar也是可以正常使用的,我是技穷了,麻烦大家给帮忙看看,谢谢。
ant的build.xml文件配置如下:
<?xml version="1.0" encoding="UTF-8" ?>
<project name="javabase" default="execute" basedir=".">
<property name="src" value="src"/>
<property name="lib" value="lib"/>
<property name="bin" value="bin"/>
<property name="classes" value="classes"/>
<property name="test" value="test" />
<!-- global property for javac -->
<path id="classpath">
<fileset dir="${lib}">
<include name="commons-collections-3.2.1.jar"/>
<include name="commons-logging.jar"/>
</fileset>
</path>
<target name="compile">
<javac srcdir="${src}" destdir="${classes}" includeJavaRuntime="true" debug="on" target="1.5" includeantruntime="on">
<classpath refid="classpath" />
</javac>
</target>
<target name="jar" depends="compile">
<jar destfile="${bin}/app.jar" basedir="${classes}">
</jar>
</target>
<target name="execute" depends="jar">
<java classname="org.timespace.LRUDemo01">
<classpath>
<pathelement path="classpath"/>
<pathelement location="${bin}/app.jar"/>
</classpath >
</java>
</target>
</project>2014年12月05日 10:43
目前还没有答案
相关推荐
`commons-collections-3.2.1.jar`是Apache Commons Collections的3.2.1版本,这是一个稳定的版本,包含了许多实用的集合操作和转换功能。这个库广泛应用于各种Java项目中,特别是那些需要对数据进行复杂操作和处理的...
赠送jar包:commons-collections-3.2.1.jar; 赠送原API文档:commons-collections-3.2.1-javadoc.jar; 赠送源代码:commons-collections-3.2.1-sources.jar; 包含翻译后的API文档:commons-collections-3.2.1-...
commons-collections-3.2.1.jar, commons-collections-3.2.2-javadoc.jar, commons-collections-3.2.2-src.zip, commons-collections-3.2.2.jar, commons-collections-3.2.jar, commons-collections-3.2.src.jar, ...
commons-collections4-4.4.jar
这里提到的三个JAR文件——`commons-beanutils.jar`、`commons-collections-3.1.jar`和`commons-pool-1.2.jar`,都是Apache Commons项目的一部分,分别涉及Bean操作、集合操作和对象池化。 **1. `commons-beanutils...
然而,POI在操作过程中可能会依赖Apache Commons Collections来进行某些内部操作,因此在运行时如果没有正确引入`commons-collections4-4.1.jar`,就会抛出找不到相关类的异常。 为了解决这个错误,你需要确保你的...
这些文件是Apache Commons库的一部分,其中包括`commons-collections-3.2.1.jar`,`commons-dbcp-1.4.jar`和`commons-pool-1.6.jar`。Apache Commons是一个Java项目,旨在提供一系列高质量、实用的组件,以促进软件...
java jar包,亲测试可用 安全,可以对其进行数字签名,只让能够识别数字签名的用户使用里面的东西。 加快下载速度; 压缩,使文件变小,与ZIP压缩机制完全相同。 包封装。能够让JAR包里面的文件依赖于统一版本的...
spring-webmvc-5.2.6.RELEASE.jar、spring-web-5.2.6.RELEASE.jar、spring-jdbc-5.2.6.RELEASE.jar、mysql-connector-java-5.1.37-bin.jar、mybatis-spring-1.3.1.jar、commons-dbcp2-2.4.0.jar 、commons-pool2-...
赠送jar包:commons-collections4-4.1.jar; 赠送原API文档:commons-collections4-4.1-javadoc.jar; 赠送源代码:commons-collections4-4.1-sources.jar; 赠送Maven依赖信息文件:commons-collections4-4.1.pom;...
赠送jar包:commons-collections4-4.4.jar; 赠送原API文档:commons-collections4-4.4-javadoc.jar; 赠送源代码:commons-collections4-4.4-sources.jar; 赠送Maven依赖信息文件:commons-collections4-4.4.pom;...
赠送jar包:commons-collections4-4.1.jar; 赠送原API文档:commons-collections4-4.1-javadoc.jar; 赠送源代码:commons-collections4-4.1-sources.jar; 赠送Maven依赖信息文件:commons-collections4-4.1.pom;...
赠送jar包:commons-collections4-4.4.jar; 赠送原API文档:commons-collections4-4.4-javadoc.jar; 赠送源代码:commons-collections4-4.4-sources.jar; 赠送Maven依赖信息文件:commons-collections4-4.4.pom;...
本主题将详细解析标题和描述中提及的三个核心库:`commons-dbcp-1.2.1.jar`、`commons-pool-1.4.jar`以及`commons-collections-3.2.jar`,它们如何协同工作以提供高效的数据库连接管理服务。 1. **Apache Commons ...
赠送jar包:commons-collections-3.2.2.jar; 赠送原API文档:commons-collections-3.2.2-javadoc.jar; 赠送源代码:commons-collections-3.2.2-sources.jar; 赠送Maven依赖信息文件:commons-collections-3.2.2....
标题中的三个文件——"commons-collections-3.1.jar","commons-dbcp-1.2.1.jar",和"commons-pool-1.2.jar",是Apache Commons项目的一部分,它们在Java应用程序中扮演着重要角色。Apache Commons是一个为Java开发...
json相关jar包(不使用springmvc开发时)。其中包含(commons-beanutils.jar、commons-collections-3.1.jar、commons-lang-2.6.jar、commons-logging.jar、ezmorph-1.0.6.jar、json-lib-2.2.3-jdk15.jar)