-
From: Dimitris Terzis <[EMAIL PROTECTED]>
To: 'Java-Linux mailing list' <[EMAIL PROTECTED]>
Sent: Tuesday, August 31, 1999 4:42 PM
Subject: Native library problem
> Hi guys...
>
> Someone give a hint please, because I 'm next to madness and I don't want
atisfiedLinkError. Am I doing something
wrong with the compilation process of the native library, libtest.so?
Thanks,
Dimitris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-
From: Dimitris Terzis <[EMAIL PROTECTED]>
To: 'Java-Linux mailing list' <[EMAIL PROTECTED]>
Sent: Tuesday, August 31, 1999 4:42 PM
Subject: Native library problem
> Hi guys...
>
> Someone give a hint please, because I 'm next to madness and I don't want
Dimitris Terzis wrote:
>
> Hi guys...
>
> Someone give a hint please, because I 'm next to madness and I don't want to
> break my machine... I have a very-very simple native library, say test_lib,
> which I try to load with System.loadLibrary("test_lib"). T
Hi guys...
Someone give a hint please, because I 'm next to madness and I don't want to
break my machine... I have a very-very simple native library, say test_lib,
which I try to load with System.loadLibrary("test_lib"). The £$^£@& compiler
insists that it's not in
gcc -c -fPIC one.c -o one.o
gcc -c -fPIC two.c -o two.o
gcc -shared one.o teo.o -o libMyLib.so
This works for me
Dènis Riedijk
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EM
I tried to build a library from two different c-source files. When the
java-code called the method, I recieve UnsatisifiedlinkError. The
methods isn't executed. But when I split it so that the c-sources are
compiled in one library for each source file, everything is ok. Why?
I use Slakware 3.6 an
hi!
after decompressing the x86 and x86_native, and setting THREADS_FLAG, i
get the following message after trying to execute 'appletviewer
applet.html':
"Failed to locate native library"
am i missing something he
Anyway, I installed jdk117_v1a on my linux system and whenever I type
Ron> javac, I get the following error:
Ron> Failed to locate native library in path:
Ron>
Juergen> The message is actually from kaffe's javac.
Juergen> export PATH=/usr/local/jdk11
and whenever I type
Ron> javac, I get the following error:
Ron> Failed to locate native library in path:
Ron>
The message is actually from kaffe's javac.
export PATH=/usr/local/jdk117_v1a:$PATH or installing kaffe should do the trick.
Juergen
I hope that I am writing to the correct place. Any responses to this mail
should be directed to this mail address for I have not subscribed to the
list.
Anyway, I installed jdk117_v1a on my linux system and whenever I type
javac, I get the following error:
Failed to locate native library in
11 matches
Mail list logo