Displaying 5 results from an estimated 5 matches for "jvmti".
2014 Jun 17
1
rJava Java debugger API
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 rJava to call this code, the call is
successfull and it t...
2019 Jan 22
3
So nearly there, but can't install rJava
...oot at DebianAdvent:/home/chris/Downloads/gmp-6.1.2# 
And I have the full jdk not just the headless version I can see the header files:
root at DebianAdvent:/home/chris/Downloads/gmp-6.1.2# ls -lsart /usr/lib/jvm/java-8-openjdk-amd64/include/
total 220
80 -rw-r--r-- 1 root root 78425 Oct 22 19:05 jvmti.h
 8 -rw-r--r-- 1 root root  4771 Oct 22 19:05 jvmticmlr.h
76 -rw-r--r-- 1 root root 74698 Oct 22 19:05 jni.h
 8 -rw-r--r-- 1 root root  7404 Oct 22 19:05 jdwpTransport.h
12 -rw-r--r-- 1 root root  9687 Oct 22 19:05 jawt.h
24 -rw-r--r-- 1 root root 21125 Oct 22 19:05 classfile_constants.h
 4 drwxr-...
2019 Jan 23
0
So nearly there, but can't install rJava
...I have the full jdk not just the headless version I can see the header 
>> files: 
>> 
>> root at DebianAdvent:/home/chris/Downloads/gmp-6.1.2# ls -lsart 
>> /usr/lib/jvm/java-8-openjdk-amd64/include/ 
>> total 220 
>> 80 -rw-r--r-- 1 root root 78425 Oct 22 19:05 jvmti.h 
>> 8 -rw-r--r-- 1 root root 4771 Oct 22 19:05 jvmticmlr.h 
>> 76 -rw-r--r-- 1 root root 74698 Oct 22 19:05 jni.h 
>> 8 -rw-r--r-- 1 root root 7404 Oct 22 19:05 jdwpTransport.h 
>> 12 -rw-r--r-- 1 root root 9687 Oct 22 19:05 jawt.h 
>> 24 -rw-r--r-- 1 root root 21125...
2019 Jan 22
4
So nearly there, but can't install rJava
As ever, I learn from this: I didn't know apt-file. Got it, installed it, used it: 
root at DebianAdvent:/home/chris/Downloads/gmp-6.1.2# apt-file search jni.h 
android-libnativehelper-dev: /usr/include/android/nativehelper/jni.h 
android-platform-frameworks-native-headers: /usr/include/android/android/asset_manager_jni.h 
android-platform-frameworks-native-headers:
2009 Jul 15
2
rJava fails compilation on R-2.9.1 but not R-2.7.1 on Debian Lenny
I have been futzing around for days tying to get rJava to install on
my freshly build Debian Lenny installation. I have R-2.9.1 installed
from source in my R_HOME directory and R-2.7.1 installed via apt-get
install r-recommended. I was tried many different things, but by
accident started up R-2.7.1 as root and viola, successful install. I
immediately exited out of R-2.7.1 and started R-2.9.1 as