Quantcast
Channel: SCN : Blog List - Java Development
Viewing all articles
Browse latest Browse all 50

Step by step to configure JAD to decompile source code of class file

$
0
0


In our JAVA development if there is no source code attached for a class like below,

clipboard1.png

We have no chance to view its source code.

clipboard2.png

However you can use an open source tool, JAD, to decompile the class file so that you can view its source code.


There is also an available plugin for eclipse which you can download from this link.


1. Download the proper Jad Eclipse plugin according to the version of your Eclipse:

clipboard6.png

2. Download the proper JAD.exe file according to your OS type:

clipboard7.png

clipboard8.png

3. put the JAD plugin to your Eclipse plugin folder:

clipboard9.png

4. Put the JAD.exe to the bin folder of your JRE installation:

clipboard10.png

5. Restart your Eclipse, in menu Windows->Preference->Java, you can find there is a new option JadClipse, maintain the path of your JAD.exe to "Path to decompiler":

clipboard11.png

6. Now click F3 on the class which you would like to view its source code, the JAD will decompile it for you:

clipboard12.png




Viewing all articles
Browse latest Browse all 50

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>