Open main menu

CDOT Wiki β

Team1/Preparing Eclipse

1. Preparing Eclipse

1.1. Installing Eclipse

1.1.1. Create local directory Eclipse.
1.1.2. Go to Eclipse downloads and click on the required Eclipse Classic version (32Bit or 64Bit).
 


1.1.3. Unzip it in the created Eclipse folder.

1.2. Preparing environment

1.2.1. Go to the Eclipse folder created during the installation and launch eclipse (Click eclipse.exe located in Eclipse/eclipse folder).
 


1.2.2. In the appeared Workspace window type in the name of the workspace. In order to keep all projects in Eclipse folder, use the relative path for the workspace (Start with ".\"). Leave "Use this as the default" option unchecked.
 


1.2.3 Close the Welcome Window.
1.2.4 Go to Windows -> Prefirences and in the Java section select Installed JREs
 


1.2.5. Click Add and in the Add JRE window leave Standard VM checked. Click Next
 

1.2.6. In the JRE Definition screen select the directory where Java SE is installed (e.g. C:\Java\jdk1.6.0_23). When JRE system libraries are uploaded click Finish.
1.2.7. In the Preferences screen select just added JRE.
 

1.2.8 Click OK.