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