随笔分类 -  Jdk 工具包

native2ascii -- 编码转化工具
摘要:参考文档http://blog.chinaunix.net/uid-692788-id-2681133.html功能说明Java编译器和其它Java工具只能处理含有Latin-1和/或Unicode编码(udddd记号)字符的文件。native2ascii将含有其它字符编码的文件转换成含Latin-... 阅读全文
posted @ 2015-03-21 23:27 鳄鱼爸爸 阅读(321) 评论(0) 推荐(0)
javap -- Java 类文件解析器
摘要:参考文档http://blog.chinaunix.net/uid-692788-id-2681132.htmlhttp://docs.oracle.com/javase/7/docs/technotes/tools/solaris/javap.html功能说明:Java类文件解析器。语法:java... 阅读全文
posted @ 2015-03-21 23:13 鳄鱼爸爸 阅读(430) 评论(0) 推荐(0)
jar -- java文档归档工具
摘要:参考文档http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/jar.htmlhttp://blog.chinaunix.net/uid-692788-id-2681132.html功能说明:Java归档工具语法:jar [命令选项... 阅读全文
posted @ 2015-03-21 22:59 鳄鱼爸爸 阅读(1065) 评论(0) 推荐(1)