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 doing

Using native functions in Java

1999-12-01 Thread benito . meeuwis
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

Using native classes

1999-12-13 Thread benito . meeuwis
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

segmentation violation when invoking JVM

1999-12-21 Thread benito . meeuwis
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

error when creating a window using invocation api

2000-01-04 Thread benito . meeuwis
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