Data Analysis Java Book

Data Analysis Using Java by Faculty of Computer Sciecne and Information Technology, Universiti Tun Hussein Onn Malaysia.

Building the Project:

Prerequisits:

  • Java 8
  • Git (Optional)

Steps

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`

Importing project to Eclipse

Steps

  1. Open Eclipse
  2. Click File and then Import
  3. In ‘Import’ dialog, expand the ‘General’ folder.
  4. Select ‘Existing Projects into Workspace’ and click ‘Next’.
  5. In the dialog box. Choose the ‘Select root directory’ and click ‘Browse’.
  6. Navigate to the downloaded project folder. Select the project folder and click ‘Open’.
  7. In the ‘Import Projects’ dialog, ensure that browsed path is displayed and click ‘Finish’.
  8. Ensure that the imported project is displayed in the Eclipse IDE

Importing jar file in your Eclipse IDE.

Steps

  1. Right click on your project
  2. Select Build Path
  3. Click on Configure Build Path
  4. Click on Libraries and select Add External JARs
  5. Select the jar file from the required folder
  6. Click and Apply and Ok

The deatailed description with screenshots of importing jar files has been given in Section 6.2, Chapter 6.