Eclipse Common Plug-in online installation and offline installation method

Source: Internet
Author: User
Tags log log svn


1. Subclipse

Source management Tools Subversion Java client, to use subversion to do the source control, this is believed to use more. The default use of the Javahl interface, if the use of no problem, it is best not to switch

Website address: http://subclipse.tigris.org/
Update site:http://subclipse.tigris.org/update_1.6.x
Link mode:

1) Download from official website

2) Unzip to ${eclipse}\eclipse-plugins\svn\eclispe\ and remove site.xml (very important)

3) Create link file ${eclipse}\links\svn.link, content: PATH=ECLIPSE-PLUGINS//SVN

4) Restart Eclipse. Eclipse.exe-clean

2. Googleapp engine

Update site:http://dl.google.com/eclipse/plugin/3.6

3. Jadeclipse

Update site:http://jadclipse.sf.net/update

Home: http://jadclipse.sourceforge.net/

Installation process:

1) Online Installation

2) Download Jad.exe file

3) in Eclipse Window->preferences->java->decompilers, Decompiler: Select Jad

4) in Eclipse Window->preferences->java->decompilers->jad, path to Decompiler: Fill in the absolute path of the Jad.exe on the local machine, such as: D:\ Ide_tools\jadnt158\jad.exe (relative paths can also be used)

5) Restart Eclipse

4. Oracleenterprise Pack for Eclipse

Update Site:http://download.oracle.com/otn_software/oepe/helios

5. Android

Update site:https://dl-ssl.google.com/android/eclipse/

6. Findbugs

Update site:

1, Http://findbugs.cs.umd.edu/eclipse only official release version
2. Http://findbugs.cs.umd.edu/eclipse-candidate contains the candidate release and the latest official release version
3. http://findbugs.cs.umd.edu/eclipse-daily contains all the official releases and a developing version

Offline Installation: Download the latest Eclipse plugin from http://findbugs.sourceforge.net/downloads.html and unzip it into the plugins in the Eclipse directory.

7. The Eclipse plugin for the properties file

Update site:http://propedit.sourceforge.jp/eclipse/updates

8. Code Folding Plugin Coffee Bytes Java Folding

Update Site:http://eclipse.realjenius.com/update-site

9. Code Analysis plug-in PMD

Update Site:http://pmd.sf.net/eclipse

10. Code Authoring Specification Check plugin Checkstyle

zip:http://sourceforge.net/project/showfiles.php?group_id=29721

11. Check code complexity Metrics

Update site:http://metrics.sourceforge.net/update

12. Dependency checking Jdepend

Zip:http://clarkware.com/software/jdepend.html#download

13. Code generation tools and packaging tools Axis Eclipse plug-in:

Http://apache.justdn.org/ws/axis2/tools/1_0/Axis2_Code_Generator.zip

Http://apache.justdn.org/ws/axis2/tools/1_0/Axis2_Service_Archiver.zip

14. Velocity plugin:

Update site:http://veloeclipse.googlecode.com/svn/trunk/update/

15. Springide

A great tool for developing spring applications.
Website address: http://springide.org/blog/
Update site:http://www.springide.org/updatesite/

16. Hibernatetools
A good tool for developing hibernate applications, because I write hibernate is used anotation way, so the function of this tool in the common x.cfg.xml is not clear, but I use this tool is mainly used to debug hql
Official website: http://www.hibernate.org/255.html

17. Propertieseditor

An easy-to-use property editor that automatically calls NATIVE2ASC, so you can enter Unicode international characters (including Chinese, of course), and don't forget to change the default editor for *.properties when you're done.
Official website: http://propedit.sourceforge.jp/index_en.html
Update site:http://propedit.sourceforge.jp/eclipse/updates/

18. log4e
A handy gadget for generating log log code, a great tool for unifying the log code style and personal laziness in your project.
Support JDK with log, log4j, Common Logging, etc., it is recommended to use Common Logging, after all, more general ha.
Official website: http://log4e.jayefem.de/index.php/Main_Page
Update site:http://log4e.jayefem.de/update

19. Implementors

Automatically navigates to an implementation class of an interface, if there is only one class that implements this interface, turn directly to the implementation class. If there are more than one implementation class, then the list of occurrences gives you the choice, based on the interface Programmer's favorite!
Official website: http://eclipse-tools.sourceforge.net/implementors/
Update site:http://eclipse-tools.sourceforge.net/updates/

20. Mylyn

A context-based interest management tool.
When you have dozens of or even hundreds of files, and each time a task involves only a small part of it, I believe everyone has the pain of dragging a long package Explorer to find a file. In particular, when you have completed a task and found that there is an error, back to change, you also know what files you have changed? Do you know which files are the key changes? Do you know which of the several files are focused on the changes?
If you want to solve these problems, then Mylyn is your choice. The points of interest are calculated in a very unique way, after which you find that you can no longer live without it.
The current mainstream large plug-ins support the integration of Mylyn (such as Subclipse, MyEclipse, Spring IDE, etc.).
Recommend several good articles to learn Mylyn:
Mylyn 2.0, Part 1th: Integrated task management
Mylyn 2.0, Part 2nd: Automatic context Management
Infoq:mylyn 2.1: Refactoring Eclipse user interface to increase productivity
Official website: http://download.eclipse.org/tools/mylyn/update/e3.3 (for Eclipse 3.3)

21. Regextest or Quickrex

Regular expression debugging tool, because I have not used, do not comment, only provide the corresponding
RegEx Test
Official website: http://brosinski.com/regex/
Update site:http://brosinski.com/regex/update

Quickrex
Official website: http://www.bastian-bergerhoff.com/eclipse/features/web/QuickREx/toc.html
Update Site:http://www.bastian-bergerhoff.com/eclipse/features

22. Spket (support for jquery smart tips)

Update site:http://www.spket.com/update/

Offline installation: To http://www.spket.com/download.html download the Plugin version, the current version is 1.6.17. Download and unzip it directly into the Dropins directory of Eclipse

Download the jquery file (to download the development version).
Set Spket,window-> Preferences, Spket, JavaScript Profiles-New, enter "jquery" Click OK, select "jquery" and click "Add Li Brary "then select" jquery "in the drop-down bar, select" jquery "and click" Add file ", then select the Jquery.js file you downloaded; set to default;
5. Set JS Open mode (This step is important, not set, there will be no smart hint of jquery), Window--Preferences->general-> editors-> Fileassociations-> Select *.js and set the Spket JavaScript editor to default.
6. Create a new JS file, jquery automatically prompt!!

23.
1. Online Installation: Help->installnew software...->add...->name: "Spket",
location:http://www.spket.com/update/Download complete restart eclipse.
2. Manual installation: To http://www.spket.com/download.html download the Plugin version, the current version is 1.6.17. Download the extract and place it directly in the Dropins directory of Eclipse and restart eclipse.
3. Download the jquery file (to download the development version).
4. Set Spket,window-> Preferences, Spket, JavaScript Profiles-New, enter "jquery" Click OK, select "jquery" and click "Add LIBR ary "then select" jquery "in the drop-down bar, select" jquery "and click" Add file ", then select the Jquery.js file you downloaded; set to default;
5. Set JS Open mode (This step is important, not set, there will be no smart hint of jquery), Window--Preferences->general-> editors-> fileassociations- > select *.js to set the Spket JavaScript editor to default.
6. Create a new JS file, jquery automatic prompt!!

24.Maven:

Updatesite:http://q4e.googlecode.com/svn/trunk/updatesite-iam/

25.tomcatPlugin

Support for Tomcat plugins

Home: http://www.eclipsetotale.com/tomcatPlugin.html

Installation method:

(1). Decompression Tomcatpluginv31.zip
(2). Copy the folder com.sysdeo.eclipse.tomcat_3.1 in the extracted directory to the plugins directory in the Eclipse installation directory, which is E:\eclipse\plugins
(3). Launch Eclipse, after launch you will see a drop-down on your menu tomcat, click Preferences in the window, click Tomcat in the left tree, set the Tomcat version to version 5.x, set the Tomcat root directory to E:\ Tomcat, click TOMCAT->JVM setting in the left tree and set the JRE to j2sdk1.4.2.

26.jdeclipse

Anti-compile plug-in, in the absence of source code, press CTRL+1, you will use Jdeclipse Open class file, automatically decompile, without any settings. If the source code is added, the source code you added is displayed.

Home:http://java.decompiler.free.fr/

Updatesite: http://java.decompiler.free.fr/jd-eclipse/update

Eclipse Common Plug-in online installation and offline installation method

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.