[java ee programming] Re: Clear Console Screen

2009-02-06 Thread Gaurav Verma
PM To: nelson.rodr...@loadstarlk.com; 'Vasile Braileanu'; 'Java EE (J2EE) Programming with Passion!' Subject: [java ee programming] Re: Clear Console Screen The clue to the problem is in the error message - try putting your code inside a try/catch clause. e.g try {

[java ee programming] Re: Clear Console Screen

2009-02-06 Thread Evans Anyokwu
avawug.org - Original Message - From: Nelson Rodrigo - LHQ To: 'Vasile Braileanu' ; 'Java EE (J2EE) Programming with Passion!' Sent: Friday, February 06, 2009 10:17 AM Subject: [java ee programming] Re: Clear Console Screen Hi when I use that Its getting error

[java ee programming] Re: Clear Console Screen

2009-02-06 Thread Nelson Rodrigo - LHQ
Hi when I use that Its getting error Nelson Rodrigo Staff Officer - Software Development LOADSTAR (PRIVATE) LIMITED Sri Lanka | Tel: +94 11 483 7914 | Fax: +94 11 224 0892 | Mobile: +94 77 311 6556 P SAVE PAPER - Please consider our environment before printing * _ From: Vasile

[java ee programming] Re: Clear Console Screen

2009-02-06 Thread Eugene Grant
-- > > *From:* ashish shrestha [mailto:ashishst...@gmail.com] > *Sent:* Friday, February 06, 2009 2:37 PM > *To:* nelson.rodr...@loadstarlk.com > *Subject:* Re: [java ee programming] Re: Clear Console Screen > > > > Hi Nelson! > > Bern had already answered t

[java ee programming] Re: Clear Console Screen

2009-02-06 Thread Nelson Rodrigo - LHQ
shrestha [mailto:ashishst...@gmail.com] Sent: Friday, February 06, 2009 2:37 PM To: nelson.rodr...@loadstarlk.com Subject: Re: [java ee programming] Re: Clear Console Screen Hi Nelson! Bern had already answered this question.And I dont have any functions that can clear the console.For your sake

[java ee programming] Re: Clear Console Screen

2009-02-06 Thread Bernd Ritter
ups.com > [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com] On Behalf Of > ashish shrestha > Sent: Friday, February 06, 2009 1:50 PM > To: Java EE (J2EE) Programming with Passion! > Subject: [java ee programming] Re: Clear Console Screen > > > Hi Nelson! > You said

[java ee programming] Re: Clear Console Screen

2009-02-06 Thread Nelson Rodrigo - LHQ
Passion! Subject: [java ee programming] Re: Clear Console Screen Hi Nelson! You said u are working with console so "cls" command can clear your screen. For printing in separate line you can use: System.out.println("\n"); // "\n" will show your output in new line R

[java ee programming] Re: Clear Console Screen

2009-02-06 Thread ashish shrestha
Hi Nelson! You said u are working with console so "cls" command can clear your screen. For printing in separate line you can use: System.out.println("\n"); // "\n" will show your output in new line Regards Ashish Shrestha On Feb 6, 3:09 am, "Nelson Rodrigo - LHQ" wrote: > Dear Friends > > I'm