MyEclipse anti-compile plugin jad installation

Source: Internet
Author: User

Introduction:
Java is an open source language, but a lot of jars can not find the source code, it is here to send an anti-compiler jad installation with the insertion in myeclipse.

在平常使用中,大家都会有意无意的查看一下所调用JAR包的源代码,这时如果没有引入源文件的话,将会看不到结果。如果通过反编译器,可直接实现无需下载直接使用下面就进入主题,讲讲安装流程。

Steps
1. We need to install the Jad software. 
I put Jad on the D drive create a new folder (D:\jad anti-compiler)  
2. Download Jad plugin in eclipse   Net.sf.jadclipse_3.3.0.jar   ( note that the version number corresponds to the version number of your Eclipse , the Eclipse version number in my myeclipse is 3.3) Span class= "Apple-converted-space" > 
3. Configure Jad Plugin:  
The first step: Find your MyEclipse installation directory and create a new 2 folder under his Dropins\eclipse directory with the name Features,plugins. (corresponding eclipse plug-in and property file package), and Net.sf.jadclipse_3.3.0.jar   Copy to the folder separately.  
The second step opens MyEclipse, a prompt box appears prompting you to add the Jad plugin but the path is incorrect, we need to set the path  
Window > Preferences > Java > Jadclipse > Path to decompiler Set Absolute path here (D:\jad anti-compiler \jad.exe)

(warm:use Eclipse Code formatter (Overrides Jad Formatting 
Instructions) option must tick, consistent with formatted code style)  
 
Window > Preferences > Java > Jadclipse > Misc  , tick the convert Unicode strings into ANSI strings option, This is a code snippet that converts Unicode code into ANSI code to avoid \U4E00-\U9FA5 in Chinese.  
 
Last Window > Preferences > General > Editors > File Associations   File Types Select *.class below associations editors 
View default mode is not Jad 

Let's open the class file in the jar and see the Javax package.

MyEclipse anti-compile plugin jad installation

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.