Hello,

The command path should just be "java". The "-cp <jar name> <java class>" are 
all arguments to the java command.
So the arguments would then be "-cp <jar name> <java class> -s <source dir> -d 
<dest dir> -p <prop file>"

Thanks
-Mark

> On Sep 17, 2015, at 11:58 AM, vthiru2006 <[email protected]> wrote:
> 
> Hi,
> 
> Do you guys have a working example on how to call an external java class
> which I have in my custom jar specific to my project? I'm trying to use
> executeStreamCommand processor.
> 
> Command Path : java -cp <MyJarName> <MyJavaClassInJar>
> Command Args : -s <mySourceDir> -d <myDestDis> -p <myPropFile>
> Working Dir : <My Working Dir>
> Ignore STDIN : false
> 
> Am I missing something?
> 
> 
> 
> --
> View this message in context: 
> http://apache-nifi-developer-list.39713.n7.nabble.com/API-for-custom-processors-by-Clojure-other-non-Java-JVM-targetted-languages-tp1842p2844.html
> Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.

Reply via email to