| 1. |
Where Does System.out And System.err Output Logged? |
|
Answer» Eclipse is SIMPLY a Java program and when LAUNCHED from a shell or command LINE, the output will generally go back to that shell. In Windows, the output will disappear completely if Eclipse is launched using the javaw.exe VM. As output is lost, it’s better to log error information by using the PLATFORM logging FACILITY. Eclipse is simply a Java program and when launched from a shell or command line, the output will generally go back to that shell. In Windows, the output will disappear completely if Eclipse is launched using the javaw.exe VM. As output is lost, it’s better to log error information by using the platform logging facility. |
|