Hi all! 

I'm trying to execute an extern binary file by flow. But I don't have an
idea how to realize this. Is it possible at all? 

So far, I tried something like
        var myRuntime = new Packages.java.lang.Runtime();
        var myProcess = nwe myRuntime.exec("/bin/echo test");

But I get the Errormessage "Java constructor for "java.lang.Runtime"
with arguments "" not found." but there exists a constructor without any
paramters.   

I hope someone can help and give me a few hints. 

Freddy





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to