X-Spam-Check-By: sourceware.org Message-ID: <4468A6C2.4CCD70C4@dessent.net> Date: Mon, 15 May 2006 09:05:22 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: rvxt-20050409-1 console problem References: <44689C8D DOT A2E6459C AT dessent DOT net> Content-Type: text/plain; charset=iso-8859-1 X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k4FG5i3E010568 Sven Köhler wrote: > So how can you explain, that i see text within cygwin, when i run javaw.exe? > > $ javaw > Usage: javaw [-options] class [args...] Please re-read what I wrote. What you are seeing here is the expected result of *not* using a windows console but instead a pty, which to javaw.exe will appear to be redirection to a pipe. And again, since a pipe does not involve a windows console in any way it is irrelevant. If you try the above from a windows console (this means CMD.EXE, no rxvt, no xterm, no CYGWIN=tty) you get no output whatsoever from javaw.exe. The distinction may not matter to you, but the default "Bash shell" that Cygwin provides is precisely this, a stock windows console. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/