How to Import Lecture Examples
13/09/11 12:42 Filed in: Java How-To
How to Import and Run Lecture Examples
Now these lecture examples will be brought into the specified project and can be invoked in ay number of ways (e.g., Run->Run As->Java Application)
- Locate and download the desired archive file of lecture examples
- Create a project for these examples (if one does not exist already)
- Select File -> Import. Select "Archive File" under the "General" Category and select "Next"
- For the "From archive file" field, navigate to and select the file from step 1
- For the "Into folder" field, ensure the desired project is selected (if not, fix this) [the default value is whichever project is highlighted during step 3]
- Select "Finish"
Now these lecture examples will be brought into the specified project and can be invoked in ay number of ways (e.g., Run->Run As->Java Application)