Installing a Decompiler plugin(JAD) for Eclipse
A decompiler does the reverse of a compiler, a lowel byte code into a high level language.Java decompiler will help you decompile a byte code file so that you can see the java code.
Steps in installing JADClipse(An eclipse plugin for decompiling)
1. Create a folder parallel to the eclipse installation named “JAD”, place the “jad.exe” file inside the folder.
2. Run the “jad.exe”.
3. Copy the jar file to the plugins folder in eclipse.(“jadclipse_3.2.2.jar”)
4. Restart your eclipse.
5.Go to window –>preferences–>Java–>jadeclipse. (Check the Picture below)
6.Set the “Path to Decompiler” as your “jad.exe” location.
7.Set the “Directory for temperary files “ as “D\.jadeclipse”
8. Restart eclipse once more to use JAD.
The decompiler will come handy when you are moving back and forth through ATG Out of the Box components. If JAD is there OOTB components and can be read and understood easily. Click ToDownload JAD Utility.
Related posts:








Leave your response!