Re: Re[2]: Having problems running 1.1.7

1999-10-25 Thread Michael Sinz
On Mon, 25 Oct 1999 18:03:23 -0400, [EMAIL PROTECTED] wrote: > > > >It turns out I had to put the library paths in /etc/ld.so.conf and run >"ldconfig". That should not be needed. If that was the case then something was set up wrong. The .java_wrapper script (which is what the bin/java command

Re: Having problems running 1.1.7

1999-10-25 Thread tpeter
I dealt with this problem not a week ago. You need to edit your dynamic lookup file /etc/ld.so.conf to include the path of the shared object file. On Mon, 25 Oct 1999 [EMAIL PROTECTED] wrote: > > > Hello, > > I am new to Java on Linux. I followed all of the directions on >

Re[2]: Having problems running 1.1.7

1999-10-25 Thread Patrick_Hardy
It turns out I had to put the library paths in /etc/ld.so.conf and run "ldconfig". Thanks __ Reply Separator _ Subject: Re: Having problems running 1.1.7 Author: "Michael Sinz" <[EMAIL PROTECTED]> at TI

Re: Having problems running 1.1.7

1999-10-25 Thread Michael Sinz
On Mon, 25 Oct 1999 12:41:57 -0400, [EMAIL PROTECTED] wrote: > > > Hello, > > I am new to Java on Linux. I followed all of the directions on > Blackdown's web site on how to install Java and I keep getting the > error: > > > java -version > java: error in loading shared li

Having problems running 1.1.7

1999-10-25 Thread Patrick_Hardy
Hello, I am new to Java on Linux. I followed all of the directions on Blackdown's web site on how to install Java and I keep getting the error: > java -version java: error in loading shared libraries: libjava.so: cannot open shared object file: No such file o