Java decompiler How to remove line numbers

Source: Internet
Author: User
Tags java decompiler

Today would like to decompile the jar to save the source code, the default is preceded by a line number, do not know how this gadget set to remove the line number?

Post-compilation:

find its installation path, mine is: C:\Program Files\decomp. The path is then added to the environment variable path. First, the jar file to be deserialized, unzip to the same folder as the jar file name and enter the following command in the command input box: Jad winrar-o-r-df:\am-sjava f:\amclientsdk\**\*.classWhere: F:\am represents the stored path of the compiled file F:\amclientsdk\**\*.classrepresents a file that needs to be deserialized-o-overwrite Output files without confirmation (default: NO) No need to determine overwrite file-R-Restore Package directory structure Structrure-S <ext></ext>-output file extension (bydefault '. Jad') if not set to-Sjava, the default extension is. jad Other, F:\amclientsdk\**\*.classTwo successive stars representing any level of subdirectories. OK, so much is enough to finish our task. 

Java decompiler How to remove line numbers

Related Article

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.