aspose file tools
The moose likes Java in General and the fly likes System.out.println - Output prefixed with Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "System.out.println - Output prefixed with "[java]" - How to exclude this prefix?" Watch "System.out.println - Output prefixed with "[java]" - How to exclude this prefix?" New topic
Author

System.out.println - Output prefixed with "[java]" - How to exclude this prefix?

Jeff Tanner
Greenhorn

Joined: Aug 09, 2010
Posts: 6
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?

Code:



Console Output:


Thanks

Jeff in Seattle

Devaka Cooray
Saloon Keeper

Joined: Jul 29, 2008
Posts: 2691
    
    3

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.


Author of ExamLab (Download) - the free mock exam kit for SCJP / OCPJP
Home Page -- Twitter Profile -- JavaRanch FAQ -- How to Ask a Question
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: System.out.println - Output prefixed with "[java]" - How to exclude this prefix?
 
Similar Threads
problem related to floats
redirect output to printer
Arithmetic Compound Assignment Operators..
String question
Matching words except those in tags with regex