Re: How Do I Get Rid Of The Terminal Emulator,

2000-08-24 Thread Nicolás Lichtmaier
> > > > > nohup java xyz & > > > > > and then terminate the xterm session. > > > > You don't need nohup. > > > Yes you do. Otherwise the program dies as you logoff from X. > > > Check your facts. > > > > Do that for me. > > > > Type "xclock &", press enter, and then type ^D. > > Xclock

Re: How Do I Get Rid Of The Terminal Emulator,

2000-08-21 Thread Nicolás Lichtmaier
> Before this extends into a flame war: It all depends on Your X > configuration. The _basic_ behavior is that child processes are killed > when their parent dies, so it is sensible to assume it is so when > developing for a broad client base. If You do it for Yourself at home, > it might not be t

Re: How Do I Get Rid Of The Terminal Emulator,

2000-08-21 Thread Harald Wagener
Before this extends into a flame war: It all depends on Your X configuration. The _basic_ behavior is that child processes are killed when their parent dies, so it is sensible to assume it is so when developing for a broad client base. If You do it for Yourself at home, it might not be that import

Re: How Do I Get Rid Of The Terminal Emulator,

2000-08-20 Thread Nicolás Lichtmaier
> > > nohup java xyz & > > > and then terminate the xterm session. > > You don't need nohup. > Yes you do. Otherwise the program dies as you logoff from X. > Check your facts. Do that for me. Type "xclock &", press enter, and then type ^D. ---

Re: How Do I Get Rid Of The Terminal Emulator,

2000-08-20 Thread Joi Ellis
On Sun, 20 Aug 2000, Diego Pons wrote: > Nicolás Lichtmaier wrote: > > > > nohup java xyz & > > > > > > and then terminate the xterm session. > > > > You don't need nohup. > > > > Yes you do. Otherwise the program dies as you logoff from X. > > Check your facts. > It depends upon th

Re: How Do I Get Rid Of The Terminal Emulator,

2000-08-19 Thread Diego Pons
Nicolás Lichtmaier wrote: > > nohup java xyz & > > > > and then terminate the xterm session. > > You don't need nohup. > Yes you do. Otherwise the program dies as you logoff from X. Check your facts. -- Diego Pons Pharos Consulting LLC -

Re: How Do I Get Rid Of The Terminal Emulator,

2000-08-19 Thread Nicolás Lichtmaier
> nohup java xyz & > > and then terminate the xterm session. You don't need nohup. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How Do I Get Rid Of The Terminal Emulator,

2000-08-06 Thread Diego Pons
Hrishiraj Nair wrote: Hi, How do I get rid of the Terminal Emulator? Usually when we have to run a Java program we go the Terminal Emulator and type in the name of the class file as in $java xyz where xyz.class contains my Byte Code to be executed. As The program is executing, in Java, it

Re: How Do I Get Rid Of The Terminal Emulator,

2000-08-06 Thread Urban Widmark
On Wed, 16 Aug 2000, Hrishiraj Nair wrote: > How do I get rid of the Terminal Emulator? xterm? > Usually when we have to run a Java program we go the Terminal Emulator > and type in the name of the class file as in > > $java xyz > > where xyz.class contains my Byt

How Do I Get Rid Of The Terminal Emulator,

2000-08-06 Thread Hrishiraj Nair
Hi,   How do I get rid of the Terminal Emulator?   Usually when we have to run a Java program we go the Terminal Emulator and type in the name of the class file as in   $java xyz   where xyz.class contains my Byte Code to be executed.   As The program is executing, in Java, it becomes a