[EMAIL PROTECTED] wrote:

> I am trying to install a Lexmark printer utility program on RedHat
> 7.2. The script ends with an error that it can't find a suitable
> Java VM in the machine. I installed Java and Java3 Runtime libraries
> via rpm. The files I installed were libgcj 2.96 and libgcj3
> 3.0.1. Does anyone know where these are so I can make a link to them
> in my path?

        $ rpm -ql libgcj

That will show the full path of all files in the RPM.

Java uses the CLASSPATH environment variable to find libraries, so you
might win by setting CLASSPATH to point to the libraries' current
location.

-- 
Bob Miller                              K<bob>
kbobsoft software consulting
http://kbobsoft.com                     [EMAIL PROTECTED]

Reply via email to