Issue while installing Realignment for JD-Eclipse

时间:2016-11-08 10:55:00

标签: java decompiling jd-eclipse

I'm trying to debug a .class file using JD-Eclipse plugin. But while debugging some of the decompiled lines are skipping even after placing the break points in desired lines. After googling i came to know about another plugin called "realignment.jd.ide.eclipse_1.0.2.jar". I performed the install procedure as per the SourceForge page and tried dropping the jar file in eclipse /plugins directory and restarted the eclipse(Also tried the /dropins directory). As per the site If we go under this Preferences/General/Editors/File Associations and select "*.class" file type. There we should choose "Realignment for JD Class File Editor" for Associated editors. But there was nothing as expected. Please someone guide me in right direction to use this realignment feature.

Current Environment:

Eclipse IDE : Eclipse Kepler

JAVA : JDK 6

Thanks in Advance.

1 个答案:

答案 0 :(得分:0)

您不需要Realignment插件。只需安装JD-Ecplise插件,转到菜单Window>首选项,导航到Java>反编译器并选中“重新排列行号”(您可以取消选中“显示原始行号”,因为它们将与反编译的类文本匹配)