Now that I've discovered another wonderful feature of Matlab and its handling of jar files, I'd like to know how R
deals with jar and dll files. Does anyone know, or have a link to a detailed manual, how R
works with jar files and whether there are lock/release problems?
Asked
Active
Viewed 71 times
0

Community
- 1
- 1

Carl Witthoft
- 20,573
- 9
- 43
- 73
-
mmm... Did you look at rJava package? – Severin Pappadeux Dec 08 '15 at 18:48
-
Link: http://tuxette.nathalievilla.org/?p=940 – Severin Pappadeux Dec 08 '15 at 18:49
-
@SeverinPappadeux yes, but not in great detail because I'm not a java programmer and unlikely to understand the implications of the help file. Edit: your linked example might be of use if I understood exactly what objects or files are being unlinked. – Carl Witthoft Dec 08 '15 at 18:50
-
I've used rJava once, it worked for me. But never with dynamic jars, where your problem lies IIUC. Try to write some code snippet and update the question, I would say... – Severin Pappadeux Dec 08 '15 at 19:29