java - Issue while installing Realignment for JD-Eclipse -
i'm trying debug .class file using jd-eclipse plugin. while debugging of decompiled lines skipping after placing break points in desired lines. after googling came know plugin called "realignment.jd.ide.eclipse_1.0.2.jar". performed install procedure per sourceforge page , tried dropping jar file in eclipse /plugins directory , restarted eclipse(also tried /dropins directory). per site if go under preferences/general/editors/file associations , select "*.class" file type. there should choose "realignment jd class file editor" associated editors. there nothing expected. please guide me in right direction use realignment feature.
current environment:
eclipse ide : eclipse kepler
java : jdk 6
thanks in advance.
you don't need realignment plugin. install jd-ecplise plugin, go menu window > preferences, navigate java > decompiler , check 'realign line numbers' (you can uncheck 'show original line numbers' since match decompiled class text)
Comments
Post a Comment