You are not logged in.
Announcement
Unanswered posts
|
Hi,
Thanks for your help, I find the solution here : http://talendforge.org/forum/viewtopic. … 208#p41208 at the post number 21.
In fact, you have to add the folder which contains the Default.proerties under the "src" folder .(http://talendforge.org/forum/postgaller … name=4.png)
Regards,
MBE
Hi
Welcome to Talend Community!
You might find solution with this topic topic:10915.
Regards,
Pedro
Hello,
I would like to know how to pass parameters (--context_param) to Talend in Java through the method runJob(...)
Here my code :
| Extractor_Invoice_by_People ambulances = new Extractor_Invoice_by_People()
| String[] s = ['--context_param test=test']
| ambulances.runJob(s)
Note : this code is in groovy language, but it is similar to Java
Thanks,
MBE