java反编译工具(Java Decompiler)


1,下载地址,包括GUI,Eclipse插件

http://jd.benow.ca/

2,Eclipse插件的安装参看

https://blog.csdn.net/yh_zeng2/article/details/75948467

打开 Window  ——》 Preferences ——》 General ——》Editors ——》 File Associations 窗口,你就可以看到Class是怎么关联JD-Eclipse(即Java Decompiler),默认的配置如下
   "*.class"  :  "Eclipse Class File Viewer"  is selected by default.
   "*.class without source"  :  "JD Class File Viewer" is selected by default.

注意, "*.class without source" 需要,Add,加入"JD Class File Viewer“,并且设置车”Default“。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM