Eclipse installs the anti-compile plugin

Source: Internet
Author: User

Reprint: http://www.cnblogs.com/java-class/p/4279261.html

    1. Download Jadclipse Address:

      Link: Http://pan.baidu.com/s/1kTN4TPd Extraction code: 3FVD

      Copy the Net.sf.jadclipse_3.3.0.jar to Eclipse's plugins directory;

      Delete org.eclipse.update (record Eclipse feature ID, relative path, version number information) file under Eclipse's configuration directory and restart eclipse;

      Set the executable path for jad and the resulting temporary file path, as shown in:

    2. Set the *.class file type default open mode,
    3. Set up*.class without sourceFile type open mode, click the Add button under Associate Editors bar, add jadclipse Class File Viewer and set as default,--------------------------------------plugin and feature roles and associations in Eclipse-------------------------------

      [What is the basic structure of plug-in?] ]
      Each plug-in is wrapped up in a directory, and the directory name is also fastidious, such as plug-in's name is edu.sjtu.bbs.eclipse, version is 1.0.0, Then this directory name is edu.sjtu.bbs.eclipse_1.0.0.
      and casually open a plugin directory, you can find that there is always a file called plugin.xmL, this file for plugin is very important, it is equivalent to define the plugin operation parameters, without this, plugin can not start,
      Like your home refrigerator if you do not know is 110V or 220V, you do not dare to plug into the socket, so always have a description, this is plugin.xml.

      [What is feature?] ]
      feature is a feature that does not have an actual running library, it's just a way for Eclipse to manage plugins . For example, you have a home decoration lights, always have to switch control, such as the lobby of the lights have a switch control, bedroom lights
      There is also a switching control, which is used to control the light and off of the lamp respectively. Again, a feature is used to control whether the plug-in is started or not. Eclipse's update perspective allows you to set the various functions
      Enable or disable the widget, you can disable the plug-in startup by disabling the feature. This has the advantage of having a lot of plug-ins on eclipse, but the more loaded, the more loading, and the slower the startup.
      Therefore, we can think of the function as a plug -in or plug-in collection switch, to control the state of the plug -in. If the plugins directory has plugins that are not covered by any of the features, I call it the "wild plugin", Eclipse
      Start, it will certainly start, it is equivalent to no switch, the power supply has been connected.

Eclipse installs the anti-compile plugin

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.