Alexandre Sieira
Alexandre Sieira
Hi, @s-u. Thank you for replying. Looking at the Oracle documentation on unloading the VM [here](http://docs.oracle.com/javase/6/docs/technotes/guides/jni/spec/invocation.html) I can only see an issue being raised with other threads left running. So...
@s-u don't all Java references encapsulated in R objects obtained through rJava? So, isn't it possible in theory to: - keep a global list of weak references to them all...
I agree, that would be awful for other packages. What if the packages could provide two optional functions to .jinit that would be called respectively prior to unloading (to free...