Cameron McCormack writes: > 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? :) If you have gcj, you can just use gdb. Full JDWP support is now in gcj too. Andrew.