Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.41 KB

system-prerequisites.adoc

File metadata and controls

24 lines (20 loc) · 1.41 KB

System prerequisites

In order to use Talend Component Kit, you need the following tools installed on your machine:

  • Java JDK 1.8.x. You can download it from Oracle website.

  • Talend Open Studio to integrate your components.

  • A Java Integrated Development Environment such as Eclipse or IntelliJ. IntelliJ is recommended as a Talend Component Kit plugin is available.

  • Optional: If you use IntelliJ, you can install the Talend Component Kit plugin for IntelliJ.

  • Optional: A build tool:

    • Apache Maven 3.5.4 is recommended to develop a component or the project itself. You can download it from Apache Maven website.

    • You can also use Gradle, but at the moment certain features are not supported, such as validations.

      Note
      It is optional to install a build tool independently since Maven and Gradle wrappers are already available with Talend Component Kit.