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:help [2024/03/19 15:51] – [Counting Lines of Code (LOC)] bernstdhstudent:eclipse:help [2024/03/25 17:24] (current) bernstdh
Line 244: Line 244:
  
   - Click on <key>Search</key>+<key>File</key>   - Click on <key>Search</key>+<key>File</key>
-  - Enter ''\n'' (to count all lines) or ''\n[\s]*'' to count non-blank lines in the "Containing text:" field+  - Enter ''\n'' (to count all lines) or ''\n[\s]*'' (to count non-blank linesin the "Containing text:" field
   - Check the "Regular expressions" checkbox   - Check the "Regular expressions" checkbox
   - Enter ''*.java'' (or other file type) in the "File name patterns" field   - Enter ''*.java'' (or other file type) in the "File name patterns" field
Line 296: Line 296:
  
  
-In Eclipse, applications are started using the <key>Run</key> button or the "Run" menu.+In Eclipse, applications are started using the <key>Run</key> button or the "Run" menu. They are configured from the 'Run" menu using the "Run Configurations..." option.
  
 +
 +=== Run Configurations ===
 +
 +There are different kinds of run configurations, the two most important are configurations for Java Applications and configurations for JUnit tests.
 +
 +To create a run configuration, select the appropriate type and click on the [New launch configuration] button (that looks like a blank sheet with a + in the upper-right corner). Then, fill in the name and other relevant information. For Java Applications, the most important information is entered on the "Main" tab. For JUnit tests, the most important information is entered on the "Test" tab.