How to convert .class file to .java file

Step 1: Download Jad Link here JAD (UnZip it)

Step 2: Set environment variable.
           


Goto > PATH click EDIT

Open the location where JAD.exe is present
Copy the path by clicking in the highlighted location 


Paste it in end of Variable value and add ; at the end
Click Ok> OK

Step 3: Open CMD go to the location where your .class file is present 
             run the commend jad -sjava className.class
it will generate .java file

Comments

Popular posts from this blog

Today Walkin 14th-Sept

Spring Elasticsearch Operations

Hibernate Search - Elasticsearch with JSON manipulation