6. Appium Installation (Eclipse Part)

6. Appium Installation (Eclipse Part):
Eclipse is an integrated development environment used in computer programming. It contains a base workspace
and an extensible plug-in system for customizing the environment.
1. Download eclipse using URL: https://www.eclipse.org/downloads/
2. Go to downloaded folder and then double click on eclipse installer. User select IDE for java developer as shown below.


3. User click on Install button as shown below. 



4. User fill the certificate check box and click on accept selected button as shown below.

5. After completion, user launches  eclipse workspace as shown below.


6. User click on workbench button on the top right corner as shown below. 


7. User successfully launches workspace as shown below.


8. Go to Menu bar and select File-> New-> Project->Java/Maven Project, as shown below.
i. Select Java Project option for Java project and for Maven Project,  select Project option. 


Ii. Click on next button until the following window appears.
        i. For java
            ii, For Maven

iii. Now, fill the required fields.
         a. Artifact id defines your project name.
         b. Group id defines your package name.
iv. Click on the Finish button. 

9. Configure Jar in build path to your project.
i. Right click on your project → Go to Build Path → Configure Build Path


ii. New window will be opened and Now click on “Libraries” and then “Add External Jars” button as shown below.


iii. Locate your downloaded jars folder and then click on “Open” button. Then Apply and close.
10.  Also set your project “JRE system library” build path to latest jdk as shown below. 
i. Right click on JRE system library → Build Path → Configure build path.
ii. Click the Edit button and Change JDK using execution environment/Alternate JRE as shown below.




No comments:

Post a Comment

Cypress from beginning