Re: Graphs issue with Linux

2002-09-11 Thread Rob Saul
third time you've asked, second time I've answered. > I'm a newbie to Linux .i'm running RH linux 6.2 and Java and a graphing > API called graphit. which version of Java are you using? Where did it come from? By default, RH 6.2 didn't come with a recent version of Java. > > A program need

Re: Graphs issue with Linux ---Please help

2002-09-11 Thread Paul Branston
Hi you could take a look at where it fails using strace. strace -o output this will run the command and put the system calls into the file output. Examination of this output should show you where the thing is failing. Not really a beginners task but if you send the output to the list someone s

Re: Graphs issue with Linux ---Please help

2002-09-10 Thread Rob Saul
On Tuesday, September 10, 2002, at 03:26 AM, S Peram wrote: > > I'm a newbie to Linux .i'm running RH linux 6.2 and Java and a graphing > API called graphit. > > A program needs to generate graphs in "gif" format but for strange > reason the graphs are not being generated on my machine, but w

Graphs issue with Linux ---Please help

2002-09-10 Thread S Peram
  Hi All, I'm a newbie to Linux .i'm running RH linux 6.2 and Java and a graphing API called graphit. A program needs to generate graphs in "gif" format but for strange reason the graphs are not being generated on my machine, but with the same programs the graphs are being generated on other mach

Graphs issue with Linux

2002-09-09 Thread S Peram
Hi All, I'm a newbie to Linux .i'm running RH linux 6.2 and Java and a graphing API called graphit. A program needs to generate graphs in "gif" format but for strange reason the graphs are not being generated on my machine, but with the same programs the graphs are being generated on other machine