can't find libjava.so.

2000-06-30 Thread binyomin segal
/root/myDirectory/myJar.jar: /usr/local/jre1.2.2/bin export PATH=$CLASSPATH:$PATH bash java myApplication this does not work instead i get a "can't find libjava.so." error any help would be appreciated please feel free to email me directly at [EMAIL

Re: can't find libjava.so.

2000-06-29 Thread Peter Pilgrim
7; -- Peter Pilgrim Welcome to the "Me Too" generation. Message History From: binyomin segal <[EMAIL PROTECTED]> on 28/06/2000 15:48 EST To: [EMAIL PROTECTED] cc: Subject: can't find

Re: can't find libjava.so.

2000-06-28 Thread Jacob Nikom
defaults to there. > > so i tried the following: > > #!/bin/bash > export CLASSPATH=/root/myDirectory:/root/myDirectory/myJar.jar: >/usr/local/jre1.2.2/bin > export PATH=$CLASSPATH:$PATH > bash java myApplication > > this does not work instead i get a

Re: HELP: Error: can't find libjava.so

1999-11-22 Thread Bruno Boettcher
On Mon, Nov 22, 1999 at 04:10:34PM +0100, Bruno Boettcher wrote: ok, found a fix. but still i do not know what failed. but as it seems it could be /bin/sh. > now when i try to launch any java program i get the message > Error: can't find libjava.so . ok, editing the j

Error: can't find libjava.so

1999-07-31 Thread Marc Rubin, Jay's Island Software Development & Consulting
I installed JDK 1.2 pre-v2 according to the directions, but all java binaries report: "Error: can't find libjava.so". I've checked the archives of this mailing list and it appears that I'm missing the jdk1.2/lib/i386 directory, along with its subdirectories for threads.

Re: Java 1.2 installation problems (Can't find libjava.so)

1999-05-25 Thread Christophe Warland
> We're using Linux Slackware 3.9 with kernel 2.0.37 and are trying to install JDK >1.2. We decompress it, execute "java" and get this error: > > "Error: Can't find libjava.so." > I had that problem a while a go when my user profi

Re: Java 1.2 installation problems (Can't find libjava.so)

1999-05-25 Thread Steve Nguyen
From: Tomás Diago (tdiago) <[EMAIL PROTECTED]>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date: Tuesday, May 25, 1999 7:30 PMSubject: Java 1.2 installation problems (Can't find libjava.so) We're using Linux Slackware 3.9 with kernel 2.0.37 and are trying to install

Java 1.2 installation problems (Can't find libjava.so)

1999-05-25 Thread Tomás Diago (tdiago)
We're using Linux Slackware 3.9 with kernel 2.0.37 and are trying to install JDK 1.2. We decompress it, execute "java" and get this error:   "Error: Can't find libjava.so."   But this file exists, and even copying it the dir /lib still fails...   Does anybody

Re: can't find libjava.so

1999-03-16 Thread Christian Wohlfahrtstaetter
e bin directory: tele@titania:/usr/local/jdk/bin>./javac Error: can't find libjava.so. if u type: /usr/local/jdk/bin/javac it will work fine! the reason why is the script .java_wrapper in the jkd1.2/bin directory, it tries for itself to check where the libraries are located APPHOME=&

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

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

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 >

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 copyin

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 &

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

can't find libjava.so

1999-03-10 Thread Steve Cohen
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