Original post address: http://hi.baidu.com/nebulasoft/blog/item/d74eed2eb1461ae28b13992c.html
The following describes how to download and install eclipse.
1. log on to the ingress:
Figure 1
2. decompress the downloaded file eclipse-sdk-3.6.1-win32.zipto the d directory and run eclipse.exe.
3. On the eclipse main interface, select help> install new software to open the interface shown in 2:
Figure 2
4. Enter the URL http://dl.google.com/eclipse/inst/d2wbpro/latest/3.6 in the red box marked in Figure 2, and return to the drive, with the title engraved to the 3's interface (for other eclipse versions, refer to the http://code.google.com/intl/zh-CN/webtoolkit/tools/download-wbpro.html ):
Figure 3
5. Select the desired plug-in figure 3 and click Next. Here I select all. Wait for a moment, as shown in Figure 4:
Figure 4
6. Click Next and select I accept ......, Click Next. The window shown in Figure 5 shows that the installation is in progress:
Figure 5
7. Wait a few minutes until you are prompted to restart eclipse. If an error is prompted in the middle, try again.
8. Check whether the installation is complete. After restarting eclipse, click WINDOW> preferences, as shown in 6:
Figure 6
9. If you want to use SWT designer for visualization, this will not work yet. In this case, 7 will appear:
Figure 7
10. To use visualization, add the external jar org. Eclipse. SWT. win32.win32. x86_3.6.1.v3655c.jar. The path is under plugins under the installation directory. ../Eclipse3.6.1/plugins/org. Eclipse. SWT. win32.win32. x86_3.6.1.v3655c.jar
You can add a project as follows: (figure 8) [project] ---> [properties] ---> open the properties page:
(My Chinese version has passed, and the English version can be used for comparison. There are many Chinese Methods online. The simplest thing is to download the Chinese package and put it under the installation directory to overwrite it)
Figure 8
On the left taskbar, select the Java build path, select the library tab on the right interface, and click Add external jar: (figure 9)
Figure 9
Find org. Eclipse. SWT. win32.win32. x86_3.6.1.v3655c.jar under plugins under the installation directory. Click Open. After adding the plug-ins, click OK ~
Path: ../eclipse3.6.1/plugins/org. Eclipse. SWT. win32.win32. x86_3.6.1.v3655c.jar (10)
Figure 10
After successful addition, you will see the following design interface, O (partition _ Development) O. Congratulations, you can use SWT designer for visual development.