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
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
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
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
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