Re: error loading shared libraries

1999-12-11 Thread Felix Tang
> > i have a problem executing the JVM for JDK 1.2.2 RC3. When I try > to start the JVM (thru ./bin/java), I get the following error message: > > "/usr/local/jdk1.2.2/bin/i386/native_threads/java: error in loading > shared libraries: > /usr/local/jdk1.2.2/jre/lib/i386/nati

error loading shared libraries

1999-12-11 Thread Raghu Havaldar
Hi, i have a problem executing the JVM for JDK 1.2.2 RC3. When I try to start the JVM (thru ./bin/java), I get the following error message: "/usr/local/jdk1.2.2/bin/i386/native_threads/java: error in loading shared libraries: /usr/local/jdk1.2.2/jre/lib/i386/native_threads/libphi.so: s

Re: Error in loading shared libraries

1999-11-29 Thread Michael Sinz
On Mon, 29 Nov 1999 15:39:19 +0100, [EMAIL PROTECTED] wrote: >Hi, > >I'm using Linux 6.1 SUSE and I installed Java. >When I try to run java, I get the following error : > >/usr/lib/java/bin/../bin/i586/green_threads/java: >error in loading shared >libraries:

Re: Error in loading shared libraries

1999-11-29 Thread Ingo Rockel
On Mon, 29 Nov 1999 [EMAIL PROTECTED] wrote: > Hi, > > I'm using Linux 6.1 SUSE and I installed Java. > When I try to run java, I get the following error : > > /usr/lib/java/bin/../bin/i586/green_threads/java: > error in loading shared >libraries:/usr/lib/java/

Error in loading shared libraries

1999-11-29 Thread benito . meeuwis
Hi, I'm using Linux 6.1 SUSE and I installed Java. When I try to run java, I get the following error : /usr/lib/java/bin/../bin/i586/green_threads/java: error in loading shared libraries:/usr/lib/java/bin/../lib/i586/green_threads/libjava.so: undefined symbol: _dl_symbol_value What am I

Error in loading shared libraries

1999-09-07 Thread Sebastian-Anton Ponovescu
On a Slackware 4.0 using jdk1.2 downloaded from blackdown (it states that is compiled on a Debian on which it works) when I try to compile the easiest program ever written in java: Hello.java I get the next error: /usr/jdk1.2/bin/i386/native_threads/javac: error in loading shared libraries

Re: loading shared libraries

1999-08-28 Thread Sheng-Yih Wang
CTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 28, 1999 6:41 PM Subject: loading shared libraries > I'm having trouble loading a JNI library from a nonstandard location. > I'm using the following code: > > static { > System.setProperty("java.l

loading shared libraries

1999-08-28 Thread Solomon Douglas
I'm having trouble loading a JNI library from a nonstandard location. I'm using the following code: static { System.setProperty("java.library.path", System.getProperty("java.library.path") + ":/home/srcd/foo"); System.err.println(System.getP