摘要: java反编译工具jad 1.5.8g,可以反编译jdk 1.5,jdk 1.6 反编译工具jad简单用法 以下假设jad.exe在c:\java目录下 一、基本用法 Usage:jad[option(s)]<filename(s)> 直接输入类文件名,且支持通配符,如下所示。 c:\java\>jadexample1.class c:\java\>jad*.class 结果是将example1.class反编译为example1.jad。将example1.jad改为example1.java即得源文件。 二、Option-o 不提示,... 阅读全文
posted @ 2011-08-23 16:38 规格严格-功夫到家 阅读(567) 评论(0) 推荐(0) 编辑
摘要: Unable to install breakpoint in due to missing line number 不能调试JavaBean! 在eclipse中不能调试,总是报 错:“Unable to install breakpoint due to missing line number attributes. Modify compiler options to generate line number attributes” 弄了好半天 也没弄出来,最后google了一下,总算解决了。原因是:ANT编译的class Eclipse不认,因为eclipse也会... 阅读全文
posted @ 2011-08-23 11:48 规格严格-功夫到家 阅读(2618) 评论(0) 推荐(0) 编辑