Integrating the Java Decompiler JAD
in WebSphere Integration Developer
Go to the site
http://varaneckas.com/jad/
Download the JAD executable as per
the Operating system.
I downloaded the
jad158g.win.zip
Extracted the zip (jad.exe)
D:\IBM\JAD\jad158g.win\
Go to the site and download the JAD
eclipse plugin
http://jadclipse.sourceforge.net/wiki/index.php/Main_Page
I downloaded the below
JadClipse 3.3
This release stream is appropriate for Eclipse 3.3.
Filename Size Description
net.sf.jadclipse_3.3.0.jar 45
KB JadClipse for Eclipse >= 3.3M6
Copied the jar to the below directory
D:\IBM\WID7\plugins
Restart WID.
Go to Windows->Preferences->Java->JadClipse
Below will be visible now.
Change the path to decompiler
Go to
“Windows->Preferences->General->Editors->File
Associations, highlight “.class” and set the default option with jadclipse . It
was already done for me .
Restart WID
Now you can just double click a class file and it will be opened as
.java file
No comments:
Post a Comment