Re: can't find libjava.so.

2000-06-29 Thread Peter Pilgrim
You confusing class path and the program execution path. The CLASSPATH should contain only directories that have *.class file or point to specific *.jar files. The PATH is contains only directories where you have executables to run like `ls' or `chmod' or `java' and `javac' -- Peter Pilgrim

Re: can't find libjava.so.

2000-06-28 Thread Jacob Nikom
You have to set up the variable LB_LIBRARY_PATH Your .so file should be on this path. Usually you have it in your current directory. In my case it is (T-shell) LD_LIBRARY_PATH=.:/local/lib:/usr/lib:/usr/lib/X11:/usr/local/lib Regards, Jacob binyomin segal wrote: > > (the first attempt at thi

Re: can't find libjava.so

1999-03-16 Thread Christian Wohlfahrtstaetter
Hi there :) i read the archive, and i had the same problems with libjava.so i had both jdk versions installed (jdk1.1.7 and jdk1.2) and because i want to use jdk1.1.7 until jdk1.2 will run stable, i didn't changed my path enviroment variable. and just for a test i tried to run javac from the bin

Re: can't find libjava.so

1999-03-11 Thread Juergen Kreileder
> Steve Cohen writes: Steve> I have installed jdk 1.2 on my redhat 5.2 system and Steve> pointed my path at it. When I try to run java, I get the Steve> Error can't find libjava.so. I can find this file in Steve> jdk1.2/jre/lib/i386. I tried copying it to /lib. That St

Re: can't find libjava.so

1999-03-11 Thread pridemor
ECTED] cc: [EMAIL PROTECTED], [EMAIL PROTECTED] (bcc: Russell Pridemore/Lex/Lexmark) Subject: Re: can't find libjava.so Bruno Boettcher wrote: > > > Steve Cohen wrote: > > > > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > &g

Re: can't find libjava.so

1999-03-11 Thread Steve Cohen
Bruno Boettcher wrote: > > > Steve Cohen wrote: > > > > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > > > > it. When I try to run java, I get the Error can't find libjava.so. > > > > I can find this file in jdk1.2/jre/lib/i386. I tried copying it to > > > > /lib. Th

Re: can't find libjava.so

1999-03-11 Thread Bruno Boettcher
> > Steve Cohen wrote: > > > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > > > it. When I try to run java, I get the Error can't find libjava.so. > > > I can find this file in jdk1.2/jre/lib/i386. I tried copying it to > > > /lib. That didnt' work. Where is it expec

Re: can't find libjava.so

1999-03-10 Thread Steve Cohen
Alvaro del Castillo wrote: > Steve Cohen wrote: > > > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > > it. When I try to run java, I get the Error can't find libjava.so. > > I can find this file in jdk1.2/jre/lib/i386. I tried copying it to > > /lib. That didnt' work

Re: can't find libjava.so

1999-03-10 Thread Steve Cohen
Per Widerlund wrote: > Steve Cohen wrote: > > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > > it. When I try to run java, I get the Error can't find libjava.so. > > I can find this file in jdk1.2/jre/lib/i386. I tried copying it to > > /lib. That didnt' work. Where

Re: can't find libjava.so

1999-03-10 Thread Per Widerlund
Steve Cohen wrote: > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > it. When I try to run java, I get the Error can't find libjava.so. > I can find this file in jdk1.2/jre/lib/i386. I tried copying it to > /lib. That didnt' work. Where is it expecting to find this fi