nwxueyu-up

想看Android  API源码,但是只有class文件,于是找了个反编译工具Java Decompiler,免费的反编译工具。eclipse插件:JD-eclipse。

 

安装步骤:

1.确保计算机上装有Microsoft Visual C++ 2008 或以上版本,因为软件本身是用它写的。

2.在eclipse的help中添加新软件,添加它的源:

  name:JD-Eclipse Update Site

  address:http://jd.benow.ca/jd-eclipse/update

3.一路next,最后重启。

4.在:窗口-->首选项(preference)-->常规-->编辑器(editor)-->文件关联  中设置,将classclass without source的默认的相关联编辑器改为class file editor。

完工,可以看代码了!

本人刚开始在设置中,没有关联class without source,愣是打不开!

相关地址:

JD官网:http://java.decompiler.free.fr/

 

 

 

分类:

技术点:

相关文章:

  • 2021-05-24
  • 2021-08-27
  • 2021-05-26
猜你喜欢
  • 2021-12-16
  • 2021-10-12
  • 2021-08-23
  • 2021-12-06
  • 2022-01-01
  • 2021-09-25
相关资源
相似解决方案