I have two Java native agents to be used via the "-agentpath" argument and I want to share some state via global variables between these two native agents. If I export a global variable in one native agent, can it be accessed by the other native agent? Thank you!
Asked
Active
Viewed 20 times
1 Answers
0
FYI, wrapping the shared global variables in another shared library (.so) file solved my problem.

brian
- 265
- 1
- 9