1 Replies Last post: Dec 21, 2004 12:21 PM by Gazer  
Satish Jeejula Newbie 5 posts since
Sep 4, 2002
Currently Being Moderated

Oct 8, 2004 11:22 PM

IDEA JAD - No decompiled java file is generated

Hello All,

 

I downloaded latest version of IntelliJ IDEA (build #2236 - version 4.5.1). To this I have added IDEAJAD plugin (1162.2) to it.

 

 

When I try to decompile a class (ctrl+click), I get the confirmation window. But the decompiled java file is not getting generated.

 

I have checked every config option for IDEAJAD, did not find any thing that explains this behaviour. Also no visible exception is thrown.

 

Is there anything else I need to do for this version of plugin (1162.2) and IDEA (build #2239)

 

Thanks.

Satish

Gazer Newbie 1 posts since
Dec 21, 2004
Currently Being Moderated
Dec 21, 2004 12:21 PM in response to: Satish Jeejula
Re: IDEA JAD - No decompiled java file is generated

The porblem is in com\tagtraum\ideajad\DecompileAction class. Change line 88 of the source from

indexOfChosenDir = Messages.showChooseDialog(localStrings.getString("message.choose_target_dir"), "IdeaJad-Plugin", Messages.getQuestionIcon(), dirStrings, dirStrings[idx]);

to the

indexOfChosenDir = Messages.showChooseDialog(localStrings.getString("message.choose_target_dir"), "IdeaJad-Plugin", dirStrings, dirStrings[idx], Messages.getQuestionIcon());

and recompile...

IntelliJ IDEA (build #2250 - version 4.5.3)

IDEAJAD plugin (1162.2)

More Like This

  • Retrieving data ...