Re: Java Experts

2002-02-05 Thread Lynne Lawrence
"Busler, Grant" wrote: > Try sending a kill -3 on the any of the java processes. It should produce a > thread stack track telling you what threads that VM is running. > > Grant or... I have been known to do the following: #!/bin/ksh for i in `ps -ef | grep jdk | grep -v grep | awk '{print $2'}

RE: Java Experts

2002-02-05 Thread Busler, Grant
Try sending a kill -3 on the any of the java processes. It should produce a thread stack track telling you what threads that VM is running. Grant -Original Message- From: James Pifer [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 12:44 PM To: [EMAIL PROTECTED] Subject: Java

RE: Java Experts

2002-02-01 Thread Jared Brick
n Behalf Of Rob Saul > |Sent: Friday, February 01, 2002 1:23 PM > |To: [EMAIL PROTECTED] > |Subject: Re: Java Experts > | > | > | > |Can't think of anything off the top of my head, but you might > |try asking > |on the linux-java list ( see www.blackdown.org for info ).

RE: Java Experts

2002-02-01 Thread Lyn
- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Rob Saul |Sent: Friday, February 01, 2002 1:23 PM |To: [EMAIL PROTECTED] |Subject: Re: Java Experts | | | |Can't think of anything off the top of my head, but you might |try asking |on the linux-java list ( see www.blackdow

Re: Java Experts

2002-02-01 Thread Rob Saul
Can't think of anything off the top of my head, but you might try asking on the linux-java list ( see www.blackdown.org for info ). On Friday 01 February 2002 09:44, you wrote: > Any Java experts out there? I have JDK 1.3.1 installed on Redhat 7.2. I > have an application that opens up several j