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 doing
Hi,
Is it possible to use functions from an existing shared library (written in C++) in
Java ???
I read that I have to use the JNI. Can anyone tell me exactly how this works
Thanks ...
E-Mail : [EMAIL PROTECTED]
--
To UNS
Hi,
How can I get a reference to a native class in a shared library and use the functions
? An example would be very welcome !!
Thanks ...
E-Mail : [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subjec
Hi,
I'm using the code below to invoke the JVM. The code compiles and links Ok. When I
try to run the code, the CallStaticVoidMethod(cls,mid) returns an error (segmentation
violation).
I'm using JDK1.1.7 version 3 and Linux 6.1 (SUSE).
Does anybody know what causes this error ???
Thanks !!
E-Ma
Hi,
I created a Java Virtual Machine in C++. This Virtual Machine starts a Java
application.
This works, but when I try to start a Java application which shows windows, I get the
following error :
/usr/jdk117_v3/lib/i686/native_threads/libawt.so: undefined symbol:
xmDrawingAreaWidgetClass (li