标签:jar

一个罕见的错误!求帮助

最近在用myeclipes工具开发maven项目在添加依赖引用class过程中出现: Attribute : class The fully qualified name of the bean“s class, except if it serves only as a parent definition for child bean defi……

链接MySql 出现 Communications link failure

执行jar包,出现 Communications link failure Last packet sent to the server was 0 ms ago. 错误 网上查了下,据说是链接打开一段时间没有处理超时,于是在my.cnf配置里面加上了timeout时间 但是本人只是在执行jar包的之后链接DB。 并且链接DB取出数据后就close链接了。 ……

连接MySql 执行jar包出现 Communications link failure

执行jar包,出现 Communications link failure Last packet sent to the server was 0 ms ago. 错误 网上说是链接打开一段时间没有处理超时,于是在my.cnf配置里面加上了timeout时间 但是本人只是在执行jar包的之后链接DB。 并且链接DB取出数据后就close链接了。 为什么……

如何使用mysql-connector-java-gpl-5.1.31.msi

学习JDBC,在MYSQL的官网上找了下MYSQL connector,官网上只有:mysql-connector-java-gpl-5.1.31.msi。这不是个安装包吗,而不是一般的java的JAR包,假如想用lomboz_eclipse学习,怎么加载jar啊?! 解决方案:10分 mysq驱动 参考 mysql驱动 解决方案:10分 ……

cling开发DLNA找不到class的问题!

class jetty jar 刚刚研究cling可是发现做的demo中,运行失败,一直不解原因,一直报错这个是错误的信息 08-11 09:49:49.194: E/dalvikvm(19398): Could not find class “”org.fourthline.cling.transport.impl.As……

eclipse导入第三方jar包HttpClient 编译不过问题

eclipse jar android应用 adt httpclient 我新手,在学着写android应用,想使用HTTPClient客户端开源项目来访问网页。 导入了两个httpclient包:commons-codec-1.6.jar和commons-httpclient-3.1.jar 然后在我的代码中 import org.apache……

打成jar包找不到spring配置文件?

SpringJARJava maven项目,eclipse export runnable jar之后, 运行jar java -jar xxx.jar 找不到jar包中的spring配置文件 下面是项目结构: 我可以确定打成的jar文件没问题,applicationContext在根目录下 启动的main方法: public static vo……