Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In INP-1484 - Getting issue details... STATUS  task the "ProcessBuilder" was added. In short that component allows to run processes. Due incomplete testing it's impossible to use because the following exception is thrown on each usage attempt:

Use setCommand() or setExecutable(), not both.

Solution

Initialize the command and executable properties of ProcessBuilder class with NULL rather than an empty string.

Related Tasks

  • No labels