Hi Christian.

Christian Thalinger:
> >   main: lt_dlsym failed: 
> > /usr/local/jdk1.6.0_03/jre/lib/i386/client/libjvm.so: undefined symbol: 
> > vm_createjvm
> 
> Seems like some environment variable is set, like LD_LIBRARY_PATH, that
> points to /usr/local/jdk1.6.0_03/jre/lib/i386/client/.  The CACAO binary
> tries to load the libjvm.so found but it's the one from Sun.  That's why
> the lt_dlsym fails.

Yeah, that was the problem.  But then if cacao doesn’t support JDWP
either, that’s a bigger issue.

So what do you classpath guys do for debugging?  Don’t tell me you all
use System.out.println()s everywhere? :)

-- 
Cameron McCormack, http://mcc.id.au/
        xmpp:[EMAIL PROTECTED]  ▪  ICQ 26955922  ▪  MSN [EMAIL PROTECTED]

Reply via email to