I created a workfolw and I build a dos script to run job with this command, my need is to include this in a java batch schedulated.
if is possible called directly the plugins .jar with params to bypassing knime.exe and config.ini, more or less, call exatly jar and params without execute knime.exe but using java:
an example is to run this jar that is containing in config.ini near the knime.exe:
No, this is not possible. You need to start the batch executor because otherwise the whole plug-in concept does not work. What is wrong with using the knime executable?
Nothing :-), knime executable run finely. Used executable is out of our enterprise standards for this type of job, my masterpiece ask my to find a solution to by pass .exe execution. I try to find anotherways, I negotiate it with him.
Hm. Afaik the executable searches for a JVM at various places and then essentially fires up Java with something like "java <vmargs from knime.ini> -jar plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar <application arguments>". You may give it a try.
ok, I delete the knime executable and I launch this command with dos, it opensthe windowfor the choice ofworkspace, but I missthe exact parameterto pass thezip fileworkflow:
The -vmargs in the knime.ini is only used by the exe in order to distinguish the application arguments (after the Jar file in the java call) and the vm arguments (before the jar argument).