0% found this document useful (0 votes)
65 views13 pages

Steps To Install Java

The document outlines the steps to install Java, set up the environment variables, test the Java installation, install Eclipse, and load a Salesforce project into Eclipse. It provides instructions for downloading and installing Java from Oracle's website, setting the PATH variable, running javac from the command line to test it, downloading and extracting Eclipse, installing the Force.com IDE plugin, and creating a new Force.com project in Eclipse to load an existing Salesforce org.

Uploaded by

Lokanadham
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views13 pages

Steps To Install Java

The document outlines the steps to install Java, set up the environment variables, test the Java installation, install Eclipse, and load a Salesforce project into Eclipse. It provides instructions for downloading and installing Java from Oracle's website, setting the PATH variable, running javac from the command line to test it, downloading and extracting Eclipse, installing the Force.com IDE plugin, and creating a new Force.com project in Eclipse to load an existing Salesforce org.

Uploaded by

Lokanadham
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 13

Steps to Install Java :

1. Goto www.oracle.com
2. Goto Dowloads
3. Select JavaSE
4. Download JDK

5. Accept the Agreement and download the corresponding version of java exe file based on OS
6. Click on the .exe file and give next next next it will install java

Setup Environmental Variables


Step 1: Goto Start select Computer

Step 2: Give a right click on Computer and select Properties

Step 3: Select Advanced System Settings


Step 4 : select Environmental Variables

Step 5 :select User Variables and Click on New Button


Step 6 :Enter Variable Name : PATH

Value as Path of BIN in the in Program Fiels

Step 7 : Select OK

Step 8: Select OK

Step 9: Select Ok

Test the java installation


Step 1: In the Command Line

Step 2: Type javac and click enter

Step 3: If receive java files then Java is successfully installed else you will receive unrecognized command JavaC

Installation of eclipse

1. Goto http://www.eclipse.org
2. Click on on download
3. Select Eclipse IDE for java Developer and select 32 /64 os

4. Download Mars

5. Zip file is downloaded


6. Extract the zip file

7. Open the eclipse folder and select eclipse logo

8. Select Run
8. It will open the eclipse

9. Choose the workspace ( Location where projects developed from eclipse should be stored) and click ok

10. Eclipse will be opened in java mode

11. Install the plugin for salesforce and eclipse


http://media.developerforce.com/force-ide/eclipse42
12. Select Add button

13. In Name give : Force.com IDE

14. Select Force.com IDE


Force .com Debugger
15. Click On next

16. Click on Next :


17. Accept the Agreement and click Finish

18. Change the perspective to force.com

19. Select Other and select Force.com


20. Eclipse will change to Force.com

Loading the salesforce project from salesforce Account

1. Goto File
a. New
i. Force.com Project
2.
Click on finish

1. Enable the Online mode.

Deployments
Select the components what you want to deploy and click on validate .

If validate is success then click on deploy.

You might also like