VLC, or any of the libraries it uses, can generate log and error output that can not always be suppressed.
This can pollute either or both of the native stdout and stderr streams.
Provide a component to redirect those native streams to files.
This can not be done simply by redirecting Java's System.out and System.err - the native components do not of course use System.out or System.err.
该提问来源于开源项目:caprica/vlcj