Hi,
I installed the jdk and jre 1.3.0 on a i386 (RedHat 7.0). The 
installation seems to be ok, I tried the
"Hello" class example and all seems ok.

I have some problem loading the JVM in my C app (jni). When I call 
dlopen on libjvm.so (in classic) I get an error: undefined symbol 
pthread_sig_mask.

Calling ldd on libjvm.so I see that it doesn't link with pthreads.

So I download the 1.2.2 of jdk, this time I see (with ldd) that 
libjvm.so links with pthread, so I try again, but I get a 
segmentation fault inside CreateJavaVM.

The same C code works well on my ppc machine (with jdk 1.3)

Any Idea?
-- 
============================================
Valerio Ferrucci                Tabasoft Sas
[EMAIL PROTECTED]              http://www.tabasoft.it
                                 [EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to