反编译

decompile

http://java-decompiler.github.io/

Release

Installation

  1. Download JD-Eclipse ZIP file,
  2. Launch Eclipse,
  3. Click on "Help > Install New Software...",
  4. Drag and drop ZIP file on dialog windows,
  5. Check "Java Decompiler Eclipse Plug-in",
  6. Click on "Next" and "Finish" buttons,
  7. A warning dialog windows appear because "org.jd.ide.eclipse.plugin_x.y.z.jar" is not signed. Click on "Install anyway" button
  • I had resolved this issue by going to:

    1. Preferences
    2. General
    3. Editors
    4. File Associations
    5. Class without source

and setting decompliler viewer as default : see the following screen shot:

本地安装JD-Eclipse,反编译查看源码

https://blog.csdn.net/wah1870714/article/details/96112893

原文地址:https://www.cnblogs.com/kakaisgood/p/9711915.html