I am new to talend and trying to execute job using command line but getting below error.
talend> listJob
Extract_CSV_File
Extract_CSV_File_1
Sequence
talend>executeJob Extract_CSV_File
+--------------------------------------------------------------------------------------------------+
|Talend Commandline Plugin : |
| * arguments can be surrounded by (") or (') characters |
| * the semi-colon (
character can be used to separate commands from each other |
| * special characters (space \ " '
can be escaped using the character (\) |
+--------------------------------------------------------------------------------------------------+
|Missing required option -i
|-i (--interpreter) path perl/java interpreter path
I am not sure what is path for java interpreter i provided JAVA_HOME/bin/java but still not working.
Thanks for your help.