Home » ATG & Java

Installing a Decompiler plugin(JAD) for Eclipse

30 July 2010 No Comments Posted By:LG

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)

jadInstall.JPG
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:

  1. Apache POI Utility for MS Excel Parsing
  2. XMLDOM Parser:ATG
  3. The Evolution Of Java

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>