On Thu, 2005年12月08日 at 15:08 -0800, Boehm, Hans wrote: > That's a standing issue. Currently it's not recommended that you create > a thread from C++ code and then run Java in it. At least if the thread > creation is done in a library outside your control, so that it can't be > turned into a GC_pthread_create. We're slowly moving towards a > solution. We need this for RSSOwl, Eclipse and perhaps more. I proposed a solution here: https://www.redhat.com/archives/fedora-devel-java-list/2005-July/msg00009.html Is this the kind of solution you're looking at? Thanks, AG