Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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.