How to get Java Decompiler / JD / JD-Eclipse running in Eclipse Helios

前端 未结 14 2826
忘掉有多难
忘掉有多难 2020-12-04 11:10

Java Decompiler (JD) is generally recommended as a good, well, Java Decompiler. JD-Eclipse is the Eclipse plugin for JD.

I had problems on several different machines

14条回答
  •  攒了一身酷
    2020-12-04 11:21

    After testing on Juno, Kepler and Luna, I found JD only works for *.class files on build path.

    1. Adding the jar as a lib of an existing project
    2. Go to Preferences->General->Editors->File Associations, set *.class without source to Class File Editor with a cup icon

提交回复
热议问题