I'm using Talend ESB 6.3 and creating jobs. I tried to use the build option in working job, but it is not working even it is not showing any error.
The above "FileCopyJob" right clicked & selected build option.
then clicked "Finish" button, building successfully & checked in file path. There is no file in the saved path. did i missed anything in this process? How can i resolve the issue?
You need to know when you run a job, Talend compile it.
So you have two possibilities :
Build job : Create a zip of a job précompiled in order for example to import it in the Talend Administration Console (TAC) in order to run it. So when you build it you need a job without compilation error else the build won't work.
Export Job : Create a Zip but not compiled. You can use this option in order to import the job in another Talend project or another computer if you have free version of Talend and you can't be more than one on a project.
If you choose "export" you need to select "Select archive File" and select all the thing you want to export.
Moreover they seem have the same probleem than you and some have solved : Here
Maybe your java install