Helmut Jarausch wrote:
> ImportError: /usr/lib/jvm/sun-jdk-1.6/jre/lib/i386/libjava.so: symbol 
> JVM_GetClassSignature, 
> version SUNWprivate_1.1 not defined in file libjvm.so with link time reference
>   

does it really need 1.6? 1.5 and 1.6 aren't always compatible, but from
the sound of it, jcc is doing some kind of python/java hybrid?

You could always do a strace on it, and see what's loading libjava, and
see if it's trying to dlsym on sunwprivate after it loads libjvm.. but
you need to figure out WHICH libjvm it's actually loading.
-- 
[EMAIL PROTECTED] mailing list

Reply via email to