Kacper,
Should I expect any response in feebackassistant on my tickets? I mean I've reported few issues ~ month ago, and still got no feedback.
Post
Replies
Boosts
Views
Activity
Kacper,
Sure, please see feedback here:
https://feedbackassistant.apple.com/feedback/8817041
Same in java and common terminal execution, just redirect error stream to a file.
To reproduce in java, just create ProcessBuilder with proper command and start it.
To read stream I used:
import org.apache.commons.io.IOUtils;
IOUtils.readLines(process.getInputStream(), encoding)
InputStream returns nothing, while all output is in error stream.
I had also problems with output encoding. On my local machine output was in UTF16LE encoding for some reason, while on other machines it was in UTF8