...
No Format |
---|
Use setCommand() or setExecutable(), not both. |
Also the "reset" method seems to be non-fluent.
Solution
...
- initialize the
command
andexecutable
properties ofProcessBuilder
class with NULL rather than an empty string
...
- make "reset" method fluent