Difference between revisions of "Team1/Preparing Eclipse"

From CDOT Wiki
Jump to: navigation, search
Line 15: Line 15:
  
 
<br />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.<br />
 
<br />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.<br />
[[Image: Workspace.jpg | 400px]]
+
[[Image: Workspace.jpg | 450px]]
  
 
<br />2.3 Close the ''Welcome'' Window.<br/>
 
<br />2.3 Close the ''Welcome'' Window.<br/>
Line 22: Line 22:
  
 
<br/>2.5. Click Add and in the ''Add JRE'' window leave ''Standard VM'' checked. Click ''Next''<br/>
 
<br/>2.5. Click Add and in the ''Add JRE'' window leave ''Standard VM'' checked. Click ''Next''<br/>
[[Image: Eclipse_Preferences2.jpg | 500px]]
+
[[Image: Eclipse_Preferences2.jpg | 450px]]
  
 
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.<br/>
 
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.<br/>

Revision as of 08:47, 25 January 2011

Preparing Eclipse

1. Installing Eclipse

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

Eclipse Download.jpg


1.3. Unzip it in the created Eclipse folder.

2. Preparing environment

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

Eclipse EXE.jpg


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.
Workspace.jpg


2.3 Close the Welcome Window.
2.4 Go to Windows -> Prefirences and in the Java section select Installed JREs
Eclipse Preferences.jpg


2.5. Click Add and in the Add JRE window leave Standard VM checked. Click Next
Eclipse Preferences2.jpg

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.
2.7. In the Preferences screen select just added JRE.
Eclipse Preferences3.jpg

2.8 Click OK.