Eclipse 3.0.1 settings and tips

Source: Internet
Author: User
First, download the tool and several plug-ins:
JDK: http://www.sun.com/
Eclipse: http://www.eclipse.org/
Tomcat & struts: http://www.apache.org/
Lomboz: http://www.objectlearn.com/
Hibernate: http://www.hibernate.com/

Plug-in Daquan: http://www.eclipse-plugins.net/

Plugin installation:
3.0.1 and 2.1.2 plug-ins are installed differently. If you only copy the plug-in files to plugins and features, you will not be able to use them. You also need help ..... software Updates ..... in manage configuration, adjust the available tasks of plug-ins such as language packs and emf to the enable status.

Practical skills:
1. the font of the code written in Chinese is a little ugly. If you are too lazy to modify it, you can simply add-nl "zh_us" at the end of the shortcut to make the English version available, for example, if-nl "zh_cn" is simplified Chinese,-nl "zh_tw"
Is Traditional Chinese.
2. Comment the selected text: Ctrl +/
3. The class required for automatic import: Ctrl + Shift + O
For example, there is a code segment:
List list = new vertex list ();
If you do not import the required classes in this program, press Ctrl + Shift + O to display
Import java. util. Collections list;
Import java. util. List;
4. Automatic Layout: Ctrl + Shift + F
5. Fast program execution: Ctrl + F11
Automatically execute the last program
6. template: Alt +/
By defining your own template, you can directly enter sysout to automatically display the system. Out. println (); effect;
7. Adjust the performance parameter, memory below 1 GB: eclipse.exe-vmargs-xverify: None-XX: + useparallelgc-XX: permsize = 20 m-xms64m-xmx512m
You can set more detailed settings, hotkeys, and typographical code styles in the settings.

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.