|
From: Leif M. <lei...@ta...> - 2009-01-16 23:12:01
|
Kevin, What are you wanting to do. The System.in functionality is currently only useful when running in console mode. It is posible to display a console when running as an interactive service however. Cheers, Leif On Sat, Jan 17, 2009 at 2:49 AM, Kevin Conaway <kev...@gm...> wrote: > In regards to the thread entitled, "java.io.IOException: The handle is > invalid", it appears that JSW now supports reading from System.in, or at > least it doesn't close the file handle. > > If I'm starting my application as a service, how can I pipe data over > System.in? > > Thanks |