Decompile the entire jar package into a source file using DJ Java decompiler

Source: Internet
Author: User
Tags java decompiler

The software used is the DJ Java decompiler 3.9.

The following is a useful reference document to illustrate how to batch compile

Http://www.udl.es/usuaris/jordim/Progs/Readme.txt

After installation, find its installation path. my options are: C: \ Program Files \ decomp. Then add the path to the environment variable path.

First, decompress the decompiled JAR file and use WinRAR to decompress it to a folder with the same name as the JAR file.

Enter the following command in the command input box:

Jad-o-r-DF: \ am-sjava F: \ amclientsdk \ ** \ *. Class

F: \ am indicates the path for storing the compiled files.

F: \ amclientsdk \ ** \ *. Class indicates the file to be decompiled.

-O-overwrite output files without confirmation (default: No) No need to overwrite the file

-R-Restore package directory structrure restore package directory structure

-S <ext> </EXT>-output file extension (by default '. jad') If-sjava is not set, the default extension is. Jad.

For others, the two successive stars in F: \ amclientsdk \ ** \ *. Class indicate sub-directories at any level.

Okay, that's enough to complete our tasks.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.