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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Raghuram_Puram
Contributor III
Contributor III

Can we execute Job's Java code independently?

Hello Developers,

I copied the code generated from code viewer in Talend Studio to a file.

Can I execute this in Java and achieve the same functionality that Talend job does? If so, what are the steps?

What are the other possibilities to run a job with just its export file(.ITEM, .PROPERTIES and .SCREENSHOT) and without any Studio or TAC installed?

Thank you in advance.

Regards,

Raghu

Labels (5)
1 Reply
Anonymous
Not applicable

Hi

You can export the job script, execute the job in command prompt, schedule the job in third-part scheduler tool or call it in another Java application, such as Eclipse, please read this KB article.

 

Regards

Shong