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 "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 script is
> different or you don't have /bin/sh which is normally a soft link to
> /bin/bash.
>
> Cheers, Craig
>