1
vote
0answers
12 views
Using JDWP and JVMTI to obtain information of the running Java application
We are developing an application for obtaining the information of a running java application using JDWP and JVMTI. Sun Java comes with a reference implementation of JDWP so using agentlib -jdwp: will …
3
votes
4answers
88 views
Is there such as role as a Java Runtime Administrator?
There are Database Administrators (DBA) and Unix|Windows System Administrators. There are likely soon to be Cloud Administrators.
There are hordes of "administrators" who are tasked with …
0
votes
0answers
125 views
Java JVMTI doesn’t work alongside -Xdebug -Xrunjdwp
I spent the last 4 hours trying to set up Eclipse TPTP memory
profiling on a Tomcat instance that must be run remotely (i.e. not in
Eclipse). This should be possible according to the TPTP and Agent
…
