Jad一个好东西(转载)
1. 將jad.exe 復制到Java安裝目錄的jdk\bin目錄下,如:D:\tools\Java\jdk1.6.0_02\bin
?
2. 然后將net.sf.jadclipse_3.3.0.jar復制到myeclipse安裝目錄下的eclipse\plugins目錄下
?
3. 在myeclipse(或者eclipse)窗口中選擇 Window->Preferences->Java->JadClipse,Directory for temporary files:的路徑改為jad.exe的路徑(如:D:\tools\Java\jdk1.6.0_02\bin\jad.exe),下面一欄為臨時文件 存放路徑
?
4. 點擊apply(應用)
?
5. Windows-->Perference-->General->Editors->File Associations中修改“*.class”默認關聯的編輯器為“JadClipse Class File Viewer”
?
6. 點擊finish(完成)
?
7.?這里還沒有結束,可能你在點擊jar中的*.class文件的時候報錯(如:Unmatched braces in the pattern),這是就需要對一些jar包進行修改,如下
?
8. 在eclipse或者myeclipse中的plugins文件夾下(如:D:\tools\eclipse 3.4\plugins 或者 D:\tools\MyEclipse 6.5\eclipse\plugins)找到 org.eclipse.jdt.core.nl1_3.1.1.jar (或許為org.eclipse.jdt.core.nl-zh_3.3.0.v20081026043401.jar),每個版本不同,記得紅色標注的部分
?
9. 首先使用RAR壓縮軟件將jar文件解壓,找到org\eclipse\jdt\internal\core\util 目錄下的messages_zh.properties 文件,有段代碼為 disassembler_opentypedeclaration=\ \u201C{\u201D,
有的可能為 disassembler_opentypedeclaration=\ “{”,修改代碼 \u201C{\u201D (或“{”) 為 '{'
?
10. 最后將解壓的文件壓縮為rar文件,使用重命名將其命名為*.jar文件(最好文件名保持不變)
轉載于:https://www.cnblogs.com/diyunpeng/archive/2009/11/12/1601611.html
總結
以上是生活随笔為你收集整理的Jad一个好东西(转载)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: xheditor开源编辑器ajax上传功
- 下一篇: JS 截取字符串及字符与数字转换