This paper explains three methods of MyEclipse (MYECLIPSE10), taking testng as an example
Eclipse Update site Url:http://beust.com/eclipse.
first, through myeclipse Configuration Center Online Installation
1. Open MyEclipse10 and select Myeclipse→myeclipse Configuration Center in the menu bar to enter MyEclipse Configuration center.
2. Click on the Software tab in the MyEclipse Configuration Center interface and click Add site in the software interface to enter the information in the popup box.
Name:testng
Url:http://beust.com/eclipse.
3. Wait a while, the MyEclipse Configuration Center interface will appear in the upper right corner of Apply change, click to complete the installation.
Second, decompression and installation
Download testng zip file Testng-6.8.8.zip, directly unzip the Testng-6.8.8.jar under the file into the Dropins directory under the MyEclipse installation directory (myeclipse→myeclipse 10→dropins), reboot.
The first step: Download the plugin Org.testng.eclipse_5.12.0.6.jar.
The second step: put in the MyEclipse installation directory Dropins directory (Myeclipse→myeclipse 10→dropins),
Step three: Restart MyEclipse.
Reboot, prompt for successful deployment, select OK. Before you run the project
Third, create Link file points to plug-in location (recommended)
1. Also download testng zip file testng-6.8.8.zip, unzip to any location
2. Create a. link file in the Dropins directory under the MyEclipse installation directory, such as Testng.link.
3. Edit the Testng.link file and enter the directory where you unzipped the path= first step, such as path=d:/plugin/testng. Reboot.
MyEclipse three ways to install plug-ins and tips for using them