Re: can't execute java or other utils

1998-06-09 Thread Uncle George
sometimes it happens that the libs/loader libs are not found be the kern. this happened to me when i went from 4.1 to 5.0. never figured out why, but those executable were just not runnable on 5.0 :( B. Craig Taverner wrote: > > explicitly specified the file (i.e. "./java"). I always get "comm

Re: can't execute java or other utils

1998-06-05 Thread Xavier Lagraula
Michael Compton wrote: > Hello, > I'm sure this is a stupid question, but I'm stumped: > > I've installed the 1.1.5 glibc JDK on my RedHat 4.2 Pentium. Whenever I > try to run java or the other apps in the bin directory, I get "command > not found". I'm pretty sure my PATH, CLASSPATH, and libr

Re: can't execute java or other utils

1998-06-05 Thread Xavier Lagraula
Oops, this is the second time I answer as the first one did not seem to reach it's destination. I won't sign it this time to check it's not the problem... Michael Compton wrote: > Hello, > I'm sure this is a stupid question, but I'm stumped: "A silly question is the first step of a totally new

Re: can't execute java or other utils

1998-06-05 Thread B. Craig Taverner
> explicitly specified the file (i.e. "./java"). I always get "command > not found". This can also happen if the '#!' line at the beginning of the script (java is a script) can not be found. My java has #!/bin/sh which should definitely be in the path on any linux machine, but perhaps your scri

Re: can't execute java or other utils

1998-06-05 Thread Ulrich Kortenkamp
> "Michael" == Michael Compton <[EMAIL PROTECTED]> writes: Michael> I've installed the 1.1.5 glibc JDK on my RedHat 4.2 Michael> Pentium. Whenever I try to run java or the other apps in Michael> the bin directory, I get "command not found". I'm pretty Michael> sure my PATH, CL

can't execute java or other utils

1998-06-04 Thread Michael Compton
Hello, I'm sure this is a stupid question, but I'm stumped: I've installed the 1.1.5 glibc JDK on my RedHat 4.2 Pentium. Whenever I try to run java or the other apps in the bin directory, I get "command not found". I'm pretty sure my PATH, CLASSPATH, and library paths are OK; I can run javac wi