Re: linux kernel 2.6

2004-04-20 Thread [EMAIL PROTECTED]
top -v top: procps version 3.2.0 H command doesn't work. Stéphane > What version of top are you using? H works with the one I have: > > # top -v > procps version 2.0.11 > > > [EMAIL PROTECTED] wrote: >> Thank you for your answer Vladimir, >> >> The selectable columns with top are : >> >> * A:

JBoss on blackdown java 1.3.1 sparc64

2004-04-20 Thread Kiren Pillay [ MTN - Innovation Centre ]
Hi I am trying to run JBoss 3.2.1 on an Ultra 5 running JavaLinux 1.3.1 for Sparc64 but it keeps crashing at some point in JBoss boot-up stage. The distro is Gentoo (kernel 2.4.20), and I've had the same problem on Suse 7.3. Has anyone experienced a similar problem? Regard Kiren N. Pillay MTN

RE: Running an application from a different directory

2004-04-20 Thread Kiren Pillay [ MTN - Innovation Centre ]
Hi Try $ java -classpath $HOME/myprogram $HOME/myprogram/Program Regards Kiren -Original Message- From: Jaume Obrador [mailto:[EMAIL PROTECTED] Sent: Tuesday, 20 April 2004 12:17 To: [EMAIL PROTECTED] Subject: Running an application from a different directory Hi I have a problem. I nee

Re: [Solved!] Running an application from a different directory

2004-04-20 Thread Jaume Obrador
Sorry, I found the problem. The problem was that I needn't to specify the full path of the app since I specified the classpath, so: $ java -classpath /home/jaume/Documents/retruc/ ChatServer ... worked perfectly. Thanks. On dt, 2004-04-20 at 05:35, Joseph Shraibman wrote: > Jaume Obrador wrote: