Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
student:eclipse:install [2019/01/02 13:34] bernstdhstudent:eclipse:install [2022/08/19 14:41] (current) bernstdh
Line 11: Line 11:
  
  
-The current version of Eclipse has an [[ https://www.eclipse.org/downloads | installer ]]. First, click on the appropriate link for your operating system.(If you don't know whether you have a 32 bit or 64 bit operating system choose "32 bit" or search the WWW to learn how to find out whether your OS is 32 bit or 64 bit. Note that the bit-width of the JDK Java and Eclipse must match.) Then, save the file to your local file system. Finally, follow the [[ https://www.eclipse.org/downloads/installer-instructions.php | installation instructions ]]. For programming courses that use Java (e.g., CS149/159/345) you should install the "Eclipse IDE for Java Developers" package.+The current version of Eclipse has an [[ https://www.eclipse.org/downloads | installer ]]. First, click on the appropriate link for your operating system.(If you don't know whether you have a 32 bit or 64 bit operating system choose "32 bit" or search the WWW to learn how to find out whether your OS is 32 bit or 64 bit. Note that the bit-width of the JDK Java and Eclipse must match.) Then, save the file to your local file system. Finally, follow the [[ https://www.eclipse.org/downloads/packages/installer | installation instructions ]]. For programming courses that use Java (e.g., CS149/159/345) you should install the "Eclipse IDE for Java Developers" package.
  
-(If you prefer, you can install Eclipse manually using the packages at [[ https://eclipse.org/downloads | eclipse.org ]]. First select your operating system from the drop-down box.Next, click on either the "32 bit" or "64 bit" link of the appropriate package. For programming courses that use Java (e.g., CS149/159/345) you should download the "Eclipse IDE for Java Developers". Save the file to your local filesystem and then "unpackage" it.)+(If you prefer, you can install Eclipse manually using the packages at [[ https://eclipse.org/downloads/packages | eclipse.org ]]. First select your operating system from the drop-down box.Next, click on either the "32 bit" or "64 bit" link of the appropriate package. For programming courses that use Java (e.g., CS149/159/345) you should download the "Eclipse IDE for Java Developers". Save the file to your local filesystem and then "unpackage" it.)
  
 ==== Create Workspaces ==== ==== Create Workspaces ====
Line 30: Line 30:
   - Expand the appropriate "//Language//" (e.g., "Java"), expand "Code Style" and select "Formatter".   - Expand the appropriate "//Language//" (e.g., "Java"), expand "Code Style" and select "Formatter".
   - Click on <key>Import...</key> and navigate to the ''%%.xml%%'' file you downloaded.   - Click on <key>Import...</key> and navigate to the ''%%.xml%%'' file you downloaded.
-  - Click on <key>OK</key>.+  - Click on <key>Open</key>.
   - Select the appropriate "Active profile".   - Select the appropriate "Active profile".
-  - Click on <key>OK</key>.+  - Click on <key>Apply and Close</key>.
  
 ==== Install and Use a Custom Checks Configuration File ==== ==== Install and Use a Custom Checks Configuration File ====
  
-If your course has a checks configuration file for Checkstyle, you should install the Checkstyle Plugin and then load the checks configuration file.(Note: You can use one checks configuration file for all of your projects or you can use different configurations for different projects. If you need to use a different different configuration for different projects, you will need to customize each project individually.)+If your course has a checks configuration file for Checkstyle, you should install the Checkstyle Plugin and then load the checks configuration file. (Note: You can use one checks configuration file for all of your projects or you can use different configurations for different projects. If you need to use a different different configuration for different projects, you will need to customize each project individually.)
  
   - If you have not already done so, download the checks configuration file to an appropriate location on your local file system.   - If you have not already done so, download the checks configuration file to an appropriate location on your local file system.
   - If you have not already done so, start Eclipse.   - If you have not already done so, start Eclipse.
-  - If you have not already done so, [[ student:eclipse:checkstyle | install the Checkstyle plugin ]]. +  - If you have not already done so, [[ student:eclipse:checkstyle#install | install the Checkstyle plugin ]]. 
-  - Click on <key>Preferences</key> (which will either be under <key>Window</key> or <key>Eclipse</key> depending on your OS)+  - Click on <key>Preferences</key> (which will either be under <key>Window</key> or <key>Eclipse</key> depending on your OS).
   - Click on "Checkstyle".   - Click on "Checkstyle".
   - Click on <key>New...</key>.   - Click on <key>New...</key>.
Line 49: Line 49:
   - Select the appropriate configuration file.   - Select the appropriate configuration file.
   - Click on <key>Set as Default</key>.   - Click on <key>Set as Default</key>.
-  - Click on <key>OK</key>.+  - Click on <key>Apply and Close</key>.
  
 ==== Install and Use a Custom Code Template ==== ==== Install and Use a Custom Code Template ====