Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to run a custom component in IntelliJ

Hello,

 

Anyone knows how I can run my custom component directly in IntelliJ environment during the creation?

I want to run my project to check if everything is alright before deploying it in TOS.

 

If anyone can provide a step-by-step, I appreciate!

 

Thank you!

Labels (1)
  • v7.x

1 Reply
spanchal
Employee
Employee

Once your plugin is Intellij installed, you can generate the Talend component project by going to File → New → Project.

-In the New Project wizard choose Talend Component then click Next.

-The plugin will load the component starter and let you design your components. 

-When you finish designing your project Next then click Finish.

-The projects will be automatically imported into the IDEA using the build tool that you have chosen.