Re: [Rd] rJava Java debugger API

2014-06-17 Thread Prof Brian Ripley
*Now* you tell us rJava is involved. Its lists are accessed via http://www.rforge.net/rJava/ On 17/06/2014 07:43, rmohan wrote: Hi, I use rJava and call Java code that uses JVMTI code like this VM vm = VM.getVM(); Universe universe = vm.getUniverse(); CollectedHe

[Rd] rJava Java debugger API

2014-06-17 Thread rmohan
Hi, I use rJava and call Java code that uses JVMTI code like this VM vm = VM.getVM(); Universe universe = vm.getUniverse(); CollectedHeap heap = universe.heap(); This code attaches to another JVM and to get its internals. This is legal Java and it works. But when I use r