Data Analysis Using Java by Faculty of Computer Sciecne and Information Technology, Universiti Tun Hussein Onn Malaysia.
- Java 8
- Git (Optional)
Clone the Project to directory whose path doesn't contain blank spaces.
1. clone the javabook repository on your computer.`git clone https://github.com/uMklami/DataAnalysisJavaBook.git`
2. OR, Download from the following link.
`https://github.com/uMklami/DataAnalysisJavaBook`
- Open Eclipse
- Click File and then Import
- In ‘Import’ dialog, expand the ‘General’ folder.
- Select ‘Existing Projects into Workspace’ and click ‘Next’.
- In the dialog box. Choose the ‘Select root directory’ and click ‘Browse’.
- Navigate to the downloaded project folder. Select the project folder and click ‘Open’.
- In the ‘Import Projects’ dialog, ensure that browsed path is displayed and click ‘Finish’.
- Ensure that the imported project is displayed in the Eclipse IDE
- Right click on your project
- Select Build Path
- Click on Configure Build Path
- Click on Libraries and select Add External JARs
- Select the jar file from the required folder
- Click and Apply and Ok
The deatailed description with screenshots of importing jar files has been given in Section 6.2, Chapter 6.