Plastic Rabbit
Plastic Rabbit

Reputation: 2999

How to permanently clear Output in Netbeans 7

I'm using Netbeans7.

When I run my webapp I see a lot of info in Output tab. I doing Ctrl+L so tab getting blank. But when I run webapp one more time, all previous text appears again.

Is there a way to clear Output permanently?

Upvotes: 0

Views: 204

Answers (1)

Cris
Cris

Reputation: 5007

Yes ... Probably it read from the log of the used server.Clean that and will solve your problem.

Upvotes: 2

Related Questions