System.out.println - Output prefixed with "[java]" - How to exclude this prefix?
Jeff Tanner
Greenhorn
Joined: Aug 09, 2010
Posts: 6
posted
0
Hi
I am writing a simple console application. When using System.out.println(), it prefixes the console output with "[java]". How can I avoid this from occurring?
Jeff Tanner wrote:How can I avoid this from occurring?
Simply shut the IDE and get to use with javac/java commands In other words, such lines are so prefixed with Ant or whatever the build script runs by your IDE.