- 浏览: 1228941 次
- 性别:
- 来自: 深圳
文章分类
- 全部博客 (718)
- HTML (13)
- JS基础 (23)
- JS应用 (40)
- AJAX (6)
- JSP相关 (12)
- JAVA基础 (52)
- JAVA应用 (74)
- APPLET (11)
- SWING\RCP (2)
- JAVA反射 (6)
- 设计模式 (26)
- 数据库设计 (20)
- Struts (35)
- Struts2 (12)
- Spring (22)
- Hibernate (45)
- Ibatis (18)
- mybatis (3)
- SSH (8)
- UML (5)
- WebService (3)
- XML (16)
- Log4j (7)
- WEB容器 (26)
- 数据结构 (36)
- Linux (34)
- Ruby on Rails (1)
- 其它技术 (27)
- IDE配置 (15)
- 项目实战 (2)
- Oracle (69)
- JAVA报表 (7)
- Android学习 (2)
- 博客链接 (1)
- 网络基础 (1)
- WEB集群 (1)
- .Net开发 (11)
- PB (4)
- 系统构建 (15)
最新评论
-
jnjeC:
牛逼啊哥们,讲得太好了
Maven仓库理解、如何引入本地包、Maven多种方式打可执行jar包 -
九尾狐的yi巴:
很好 感谢!
Itext中文处理(更新版) -
luweifeng1983:
有用的,重启一下嘛。
设置eclipse外部修改文件后自动刷新 -
Master-Gao:
设置了也不管用,怎么破呢?
设置eclipse外部修改文件后自动刷新 -
aigo_h:
锋子还有时间写博客,还是很闲哈!
Add directory entries问题
解决方法:http://ww2.sjc.edu/faculty_pages/hzhou/javaBugSolutions.html
Solutions to Encountered Bugs
I have been fixing some bugs in Java but never wrote down how. Since now I am teaching Java programming language, so I would like to record how bugs encountered are fixed.
1. When you are running JDK5.0, you may see warning message when using javac:
java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Depends-On
This problem may be caused by different reasons. Some people claimed that it was caused some jar files which contain 'bad' manifest file(s) in the jar package and the manifest file(s) may contain duplicate classpath specification. When I met this problem and after reading the explanation of other java professionals, I did a little bit different.
First, I checked the system classpath. Under Windows, 'echo %CLASSPATH%'; under Linux/Unix, 'echo $CLASSPATH'. I found that I have some old version of java that is in the classpath, such as VisualCafe. I suspect that this is the problem. Then I cleaned the classpath, and then everything works fine. (On our lab computers, I asked students to set the classpath to be ".\" to clear out any existing content since we do not have other libraries to refer to).
How to modify the CLASSPATH?
- Under window, go to Control Panel --> System --> Advanced --> Environment Variables --> Edit the Classpath.
- Under Linux, modify your .bashrc or .zshrc or related profile.
发表评论
-
JAVA短信发送及JAVA发送http请求与处理
2016-06-22 14:34 605JAVA发送HTTP请求与处理参考: http://ww ... -
Java Zip应用
2016-06-22 14:30 642应用系统中使用jdk原生 ... -
模拟tomcat进行http请求及响应处理:BufferedReader类的readLine在socket网络编程应用时发生阻塞
2016-05-11 15:04 1762最近写一个简单的程序模拟tomcat进行http请求及响应 ... -
Castor-xml映射出现节点重复问题解决
2015-08-13 16:24 1210最近在使用Castor-xml生成XML时发现生成的格式不 ... -
Add directory entries问题
2014-08-05 10:24 1897用spring注解的项目,eclipse可以运行,打成jar ... -
BeanUtils.copyProperties与PropertyUtils.copyProperties用法及区别
2013-01-25 16:21 885http://www.cnblogs.com/fayf/ar ... -
java.net.BindException: Cannot assign requested address
2012-06-13 14:10 893转:http://wgkgood.blog.51cto ... -
java tree
2011-11-16 02:01 1292import java.util.ArrayList; im ... -
jacob操作word和excel
2011-07-28 17:00 905http://danadler.com/jacob/ -
获得PrepareStatement 的最终执行语句
2011-07-04 10:07 1017方法一:http://www.blogjava.net/ ... -
Non-terminating decimal expansion; no exact representable decimal result
2011-06-24 16:03 2611由于需要处理精度比较高的浮点数,所以弃用double类型,改用 ... -
JXLS应用示例
2011-06-03 01:41 3495JXLS在循环的记录前加序号: <jx:f ... -
月份加减方法处理
2011-06-03 00:52 920private static String monthAdd ... -
JAVA 5.0 后 自带监控工具 jps、jinfo、jstat、jma
2011-05-12 16:25 1241最近有个客户要进行WebLogic性能调优,但因为他们没有性能 ... -
定时器的实现、java定时器介绍与Spring中定时器的配置
2011-04-28 15:05 25421定时器的作用 在实际的开发中,如果项目中需要定时执行或者需 ... -
ClientAbortException,Connection reset by peer: socket write error
2011-03-07 11:24 6104extremetable导出excel,弹出一个下载窗口,这 ... -
java 调ireport (javaBean数据源)保存服务器 生成word
2011-02-24 14:40 1561package com.ztesoft.bidding.con ... -
JAVA包生成EXE应用实例
2011-01-06 15:35 1035相关文章:http://blog.csdn.net/fresh ... -
RMI客户端调用远程服务器方法-远程方法调用
2010-12-27 16:45 2750RMI软件下载:http://www.genady.net/r ... -
JAVA jar打包时MANIFEST.MF格式约定
2010-12-10 11:12 2227Manifest-Version: 1.0 Created-B ...
相关推荐
Minting based on Proof-of-Stake Main Chain Protocol Checkpoint: Protection of History Block Signatures and Duplicate Stake Protocol Energy Efficiency Other Considerations Conclusion
赠送jar包:flink-connector-base-1.13.2.jar; 赠送原API文档:flink-connector-base-1.13.2-javadoc.jar; 赠送源代码:flink-connector-base-1.13.2-sources.jar; 赠送Maven依赖信息文件:flink-connector-base-...
- Improvement: TLinkedComponent -> added ChangeProperties protected method to centralize in one place the changes of properties of the objects - Improvement: TGMMarker -> modified all Set and Show...
《Aspose.Words 15.8.0 for Java:高效实现Word到PDF转换》 在信息技术领域,文档转换是一项常见的需求,特别是在Java开发中。Aspose.Words是一款强大的库,专为处理Microsoft Word文档而设计,允许开发者在Java...
1)....Fixed: Added workaround for codegen bug in Delphi 7 (possibly - other), bug manifests itself as wrong date-time in reports or integer overflows 2)....Fixed: Some MAPI DLLs may not be loaded ...
在IT行业中,操作系统和应用程序之间的交互是至关重要的。在Linux环境下,GNU C Library(简称glibc)扮演着核心角色,它是Linux系统上C语言编程的主要接口。标题中的"glibc-common-2.17-307.el7.1.x86_64_oracle_...
CodeBlocks 命令行启动 CodeBlocks 是一个功能强大且灵活的集成开发环境(IDE),它可以通过命令行来运行。...* Duplicate line caret is on:Ctrl + D 这些快捷键可以帮助开发者快速完成开发任务。
maven-duplicate-finder-plugin-1.0.4.jar
标题和描述所涉及的知识点主要集中在"Duplicate Bug Report Detection Using Dual-Channel Convolution Neural Networks",这是一种利用深度学习技术,特别是双通道卷积神经网络(CNN)来检测重复错误报告的方法。...
resell or redistribute in any way this source code as it is or modified. See the License.txt document for complete licensing and disclaimer issues. Recompiling Packages: ---------------------- ...
- Command+A:选中全部内容(Duplicate) 4. 特定于Objective-C的快捷键: - Command+Shift+J:弹出模板选择菜单(objc2.0) 5. 代码编辑快捷键: - Command+[:缩进 - Command+]:反缩进 - Command+{:左大括号 -...
RNPlayer基于react-native的音乐播放器音乐来源:网易云音乐Start git clone https://github.com/landandan/RNPlayer.git npm i效果展示引用库UI第一次使用,感觉不是那么好用遇到的问题Duplicate module name: ---...
8. **Reverse flow infaces on pressure-outlet-X**: - 出现出口回流现象,可能是出口区域设计不当或计算域长度不足。延长出口计算域,检查并调整边界条件。 9. **temperature limited to 1.0000e+00**: - 计算...
2. ORA-00957:duplicate column name - 在创建表或修改表结构时,如果列名重复,会出现此错误。确保所有列名都是唯一的。 3. ORA-01403:no data found - 在执行`SELECT INTO`或`EXISTS`查询时,如果没有找到匹配...
- **--ignore-duplicate-nodes**: 忽略重复节点的设置。 - 示例:`--ignore-duplicate-nodes=true` - 可选值:`true`, `false`。 - 默认值为 `false`。 - 解释:如果设置为 `true`,则在导入时忽略重复的节点...
contains-duplicate-0217 find-minimum-in-rotated-sorted-array-0153 数组的乘积-除了-self-0238 从排序数组中删除重复项-0026 搜索旋转排序数组-0033 两个整数之和-0371 二和-0001 回溯 组合-和-0039 组合总和-ii-...
叉子deze leertaak en ga aan渣。 jouw eigen GitHub omgeving uitwerken中的Onderstaande大纲和je geedurende deze taak。 德·斯蒂文·温德·杰(Zoals altijd),在: 标题描述 :nerd_face:目录产品特点安装...
《Alike Duplicate Image Finder 2.2 绿色版——高效重复图片查找工具解析》 在数字时代,我们的电脑和移动设备中往往存储了大量的图片,随着时间的推移,重复图片的问题变得越来越普遍。这些重复的图片不仅占用...