The standard error output stream (stderr) is typically used by a program to output error messages or diagnostics.
I've got a simple setup to log a message: JDK 8 Update 65 and Eclipse Mars import java.util.logging.Logger; public …
java eclipse logging stderr java.util.logging