疫情无情,闲来无事,探索了下jd- eclipse 的使用,从网站查了很多资料。
都是坑,都没有成功,终于找到jd- eclipse 的出处
java-decompiler/jd-eclipse 托管在github的一个开源eclipse项目
找到github的出处,按照github的README.md来,靠谱;
可以git clone https://github.com/java-decompiler/jd-eclipse.git
也可以从项目release 中下载发布的版本
一定要看README.md !!
release 中的jd-eclipse-2.0.0.zip 已经进化到了2.0版本
废话不说,看README.md 去吧
指的提醒的是,安装完后设置文件关联的步骤:
How to check the file associations ?
Click on "Window > Preferences > General > Editors > File Associations"
"*.class" : Eclipse "Class File Viewer" is selected by default.
"*.class without source" : "JD Class File Viewer" is selected by default.
有源码的class文件 default 打开方式为 Class File Viewer
没有源码的class文件 default 打开方式为JD Class File Viewer
在editor selection 中查找选择即可
好了,不多说了,自己看github
其他中文资料简直是误导,找到来源自己研究才是正道!