shared library issues
Tom Tromey
tromey@redhat.com
Mon May 2 23:37:00 GMT 2005
>>>>> "Stéphane" == Stéphane Konstantaropoulos <stephane@cs.york.ac.uk> writes:
Stéphane> Would there be no way to do some - more dirty - thing like: dlopen
Stéphane> libgcj and dlclose it when no longer needed?
This sounds difficult. You'd probably need hooks into the GC, and
you'd probably also want to figure out how to dlclose whatever
libraries might have been loaded by libgcj itself. At that point you
might as well write DestroyJavaVM.
Tom
More information about the Java
mailing list