Sunday, June 7, 2015

Load Apache Kafka codebase on Scala IDE

1) Download and load Scala IDE.

http://scala-ide.org/download/sdk.html

2) Install Spring Tool Suite for Scala IDE.

3) Go the below URI and copy the highlighted URI.

https://spring.io/tools/sts/all


4) Open Install New Software dialog on Scala IDE and paste the above highlighted URI on Add Repository.

Select only "Core / Eclipse Integration for Gradle"

On Scala IDE go to import Gradle Project dialog and browse the Kafka codebase root and click "Build Model" button to create the eclipse project files. Once all the projects are configured, there are shown in the Import Gradle Project dialog.




My Dev Environment Details:

> Operating System Window 7
> java version "1.8.0_45"
> Scala IDE Version 4.1.0



No comments:

Post a Comment