Customer Portal

java.io.IOException: CreateProcess

Comments 1

  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hi !
    Executing native processes from Java is not an easy task.
    We are currently updating SYS_EXECUTE to be more "user friendly".

    One thing you can try is to create a batch/shell script which you execute instead of directly calling "rm test.txt".

    Put it (rm test.txt) into "command.sh" and execute "sh command.sh " instead.

    That is probably the safest way for now.

    David.

Please sign in to leave a comment.