Java objects obtained by c++: are they garbage collected?
Yuri <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
I compiled several Java classes into a shared library and call it's methods from C++. Some of these methods return Java objects. I wonder do I have to do anything special about them in order for them to get garbage collected? Yuri