>
> 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
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
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:
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/
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
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
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
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