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

前端 未结 14 2828
忘掉有多难
忘掉有多难 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:40

    Simple thing i did to get it working:

    Went in eclipse > Window > Preferences

    (Optional)typed in the search box "file" to help trim the tree of options. Went to General > Editors > File associations.

    Clicked the ".class" type. Below there were 2 editors present, i clicked on the "Class File Editor" - the one with the icon from JD, clicked the "Default" button on the right.

    Done. Now all ur class are belong to us.

提交回复
热议问题