I have tried to invoke knime
workflow in batchmode
String btchtrendcheck ="E:\\KNIME\\knime.exe -application org.knime.product.KNIME_BATCH_APPLICATION -consoleLog -reset -workflowFile=\"C:\\Users\\Jana\\Desktop\\KNIMETrend.zip\""
String trendtest = "E:\\KNIME\\knime.exe -application org.knime.product.KNIME_APPLICATION";
However I get an error: java was started but returned exit code=3
(attached the error) and even on clicking OK , the workflow was not executed.
There is no error in the workflow.
Questions :
1. What does the exit code=3 mean?
2. Is there any issue with compatibility with knime?